InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / FTPClearConnectionInformation Property


In This Topic
    FTPClearConnectionInformation Property
    In This Topic
    Returns or specifies how login information on the FTP tab of the File Transfer Setup dialog box should be cleared from the controls and fields in this tab (and thus not used as login information for, as an example, a new host you wish to log in to).
    Syntax
    'Declaration
     
    
    Property FTPClearConnectionInformation As FTPClearConnectionOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As FTPClearConnectionOption
     
    instance.FTPClearConnectionInformation = value
     
    value = instance.FTPClearConnectionInformation
    FTPClearConnectionOption FTPClearConnectionInformation {get; set;}
    Remarks
    Values The default value is FTPClearConnectionOption.ClearOnHostNameChange. FTPClearConnectionOption.ClearAlways Clear the login information on disconnect or host name change. FTPClearConnectionOption.ClearOnDisconnect Clear the login information when you disconnect from the current host connection. FTPClearConnectionOption.ClearOnHostNameChange Clear the login information when you change the host name. FTPClearConnectionOption.ClearNever Login information is never cleared from the FTP tab.
    See Also