FTPLogin Property (Replication)

The FTPLogin property specifies the username of the FTP site where the publication snapshot files are stored.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.FTPLogin [= value]

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

Remarks

The default is “anonymous.”

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_FTPLogin(BSTR *pVal);

HRESULT put_FTPLogin(BSTR newVal);

See Also
FTPAddress Property FTPPassword Property
FTPPort Property  

  


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