The FTPLogin property specifies the user name of the FTP site where the publication snapshot files are stored.
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. |
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.
String
Read/write
HRESULT get_FTPLogin(BSTR *pVal);
HRESULT put_FTPLogin(BSTR newVal);