FTPPort Property (Replication)

The FTPPort property specifies the TCP port number of the FTP site where the publication snapshot files are stored.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.FTPPort [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value TCP port number of the FTP site

Remarks

The default value is 21.

Data Type

Long

Modifiable

Read/write

Prototype C/C++

HRESULT get_FTPPort(long *pVal);

HRESULT put_FTPPort(long newVal);

See Also

FTPAddress Property

  


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