FTPAddress Property (SQL-DMO)

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

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

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

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

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFTPAddress(SQLDMO_LPBSTR pRetVal);

HRESULT SetFTPAddress(SQLDMO_LPCSTR NewValue);

  


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