The FTPLogin property exposes the security account used to connect to an FTP server maintaining replication subscription synchronization images.
| MergePullSubscription Object | TransPullSubscription Object |
object.FTPLogin [= value ]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | String identifying a server security account |
Microsoft® SQL Server™ replication can use FTP to transfer synchronization images of publication schema and data. Use the FTPAddress, FTPPort, FTPLogin, and FTPPassword properties to enable use of FTP for synchronization.
String
Read/write
HRESULT GetFTPLogin(SQLDMO_LPBSTR pRetVal);
HRESULT SetFTPLogin(SQLDMO_LPCSTR NewValue);