The FTPAddress property exposes the port of an FTP server maintaining synchronization images of a Microsoft® SQL Server™ publication.
MergePullSubscription Object | TransPullSubscription Object |
object.FTPPort [= value ]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Positive long integer specifying a port by number |
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.
Long
Read/write
HRESULT GetFTPPort(LPDWORD pRetVal);
HRESULT SetFTPPort(DWORD NewValue);