adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FtpAuthenticationMethod Enumeration


In This Topic
    FtpAuthenticationMethod Enumeration
    In This Topic
    The authentication method used for an FTP connection
    Syntax
    'Declaration
     
    
    Public Enum FtpAuthenticationMethod 
       Inherits System.Enum
    public enum FtpAuthenticationMethod : System.Enum 
    public enum class FtpAuthenticationMethod : public System.Enum 
    Members
    MemberValueDescription
    Auto0 Automatically determine authentication method
    Open5 Use the Open protocol
    Site1 Use the Site protocol
    UserLogin3 Use the User Login protocol
    UserPassAcct4 Use the User Password Account protocol
    UserSite2 Use the User Site protocol
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.FtpAuthenticationMethod

    See Also