FTPLogin Property (Replication ActiveX)

The FTPLogin property specifies the user name of the File Transfer Protocol (FTP) site where the publication snapshot files are stored.

Important   Support has been dropped for creating subscriptions to Subscribers running Microsoft SQL Server version 7.0 that are initialized using FTP.

Syntax

object.FTPLogin [= value]
Part Description

object

Expression that evaluates to an object in the Applies To list.

value

FTP user name of the FTP site.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

Remarks

The default is anonymous. These properties should not be required when you dynamically determine the FTP login properties by querying the publication. Provided for backward compatibility only: these properties will not be effective when used against Microsoft SQL Server 2000 or later publications unless the Subscriber is a SQL Server version 7.0 Subscriber.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_FTPLogin(BSTR *pVal);
HRESULT put_FTPLogin(BSTR newVal);

See Also

Reference

FTPAddress Property (Replication ActiveX)
FTPPassword Property (Replication ActiveX)
FTPPort Property (Replication ActiveX)

Help and Information

Getting SQL Server 2005 Assistance