Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPPassword Property
In This Topic
    FTPPassword Property
    In This Topic
    Returns or specifies the default password to be used when logging in to an FTP server.
    Syntax
    expression.FTPPassword As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    If the value of this property is an empty string (the default), the user is prompted for a password when FTP file transfer is initiated, (unless the FTPStartServer method is used with its Options argument set to FTPServerOptions.NoLoginDialog). This property is relevant only for transfers that use the FTP protocol. The default value is "". The string cannot be more than 259 characters long.
    See Also