Reflection
FTPClearConnectionOption Enumeration


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
'Declaration
 
Public Enum FTPClearConnectionOption 
   Inherits System.Enum
'Usage
 
Dim instance As FTPClearConnectionOption
public enum FTPClearConnectionOption : System.Enum 
Members
MemberDescription
ClearAlwaysClears the logon information on disconnect or host name change.
ClearNeverNever clears logon information from the FTP tab.
ClearOnDisconnectClears the logon information when you disconnect from the current host connection.
ClearOnHostNameChangeClears the logon information when you change the host name.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.FTPClearConnectionOption

See Also