FlexFtpProxyType Enumeration |
Specifies the FTP proxy types.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public enum FlexFtpProxyType
Public Enumeration FlexFtpProxyType
Members Member name | Value | Description |
---|
None | 0 |
Direct connection.
|
Socks4 | 1 |
Connection through Socks4 proxy.
|
Socks4a | 2 |
Connection through Socks4A proxy (capable of resolving domain names).
|
Socks5 | 3 |
Connection through Socks5 proxy.
|
HttpConnect | 4 |
Connection through HTTP proxy using CONNECT method.
|
FtpSite | 5 |
Connection through FTP proxy using SITE command.
|
FtpUser | 6 |
Connection through FTP proxy using a single USER/PASS command.
|
FtpOpen | 7 |
Connection through FTP proxy using OPEN command.
|
FtpDoubleLogin | 8 |
Connection through FTP proxy using two separate USER/PASS commands
(one USER command for logging in the proxy and the second USER
command for logging in the FTP server).
|
See Also