FTPLogin Property

Replication Programming

Replication Programming

FTPLogin Property

The FTPLogin property specifies the user name of the FTP site where the publication snapshot files are stored.

Applies To

SQLDistribution Object

SQLMerge Object

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.
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 publications unless the Subscriber is a Microsoft 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

FTPAddress Property

FTPPassword Property

FTPPort Property