Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPClearConnectionInformation Property
In This Topic
    FTPClearConnectionInformation Property
    In This Topic
    Returns or specifies how logon information on the FTP tab of the File Transfer Setup dialog box is cleared (and not used to log in to new hosts).
    Syntax
    expression.FTPClearConnectionInformation As FTPClearConnectionOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An FTPClearConnectionOption value. The default value is FTPClearConnectionOption.ClearOnHostNameChange.
    Remarks
    The default value is FTPClearConnectionOption.ClearOnHostNameChange.

    FTPClearConnectionOption.ClearAlways clears the logon information on disconnect or host name change.

    FTPClearConnectionOption.ClearOnDisconnect clears the logon information when you disconnect from the current host connection.

    FTPClearConnectionOption.ClearOnHostNameChange clears the logon information when you change the host name.

    FTPClearConnectionOption.ClearNever never clears logon information from the FTP tab.

    See Also