'DeclarationPublic Enum FtpAuthenticationMethod Inherits System.Enum
public enum FtpAuthenticationMethod : System.Enum
'DeclarationPublic Enum FtpAuthenticationMethod Inherits System.Enum
public enum FtpAuthenticationMethod : System.Enum
| Member | Value | Description |
|---|---|---|
| Auto | 0 | Automatically determine authentication method |
| Open | 5 | Use the Open protocol |
| Site | 1 | Use the Site protocol |
| UserLogin | 3 | Use the User Login protocol |
| UserPassAcct | 4 | Use the User Password Account protocol |
| UserSite | 2 | Use the User Site protocol |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.FtpAuthenticationMethod