The FTPAddress property exposes the address of an FTP server maintaining synchronization images of a Microsoft® SQL Server™ publication.
MergePullSubscription Object | TransPullSubscription Object |
object.FTPAddress [= value ]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | String identifying a server enabled for FTP |
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 GetFTPAddress(SQLDMO_LPBSTR pRetVal);
HRESULT SetFTPAddress(SQLDMO_LPCSTR NewValue);