FTPPassword Property (SQL-DMO)

The FTPPassword property sets authentication data for the security account used to connect to an FTP server maintaining replication subscription synchronization images.

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

object.FTPPassword = value

Part Description
object Expression that evaluates to an object in the Applies To list
value String containing a valid password

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

Write-only

Prototype (C/C++)

HRESULT SetFTPPassword(SQLDMO_LPCSTR NewValue);

  


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