FTPLogin Property (SQL-DMO)

The FTPLogin property exposes the security account used to connect to an FTP server maintaining replication subscription synchronization images.

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

object.FTPLogin [= value ]

Part Description
object Expression that evaluates to an object in the Applies To list
value String identifying a server security account

Remarks

Microsoft® 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 GetFTPLogin(SQLDMO_LPBSTR pRetVal);

HRESULT SetFTPLogin(SQLDMO_LPCSTR NewValue);

  


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