FTPPort Property (SQL-DMO)

The FTPAddress property exposes the port of an FTP server maintaining synchronization images of a Microsoft® SQL Server™ publication.

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

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

Remarks

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.

Data type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFTPPort(LPDWORD pRetVal);

HRESULT SetFTPPort(DWORD NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.