Click or drag to resize

FlexFtpProxyType Enumeration

Specifies the FTP proxy types.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum FlexFtpProxyType
Members
  Member nameValueDescription
None0 Direct connection.
Socks41 Connection through Socks4 proxy.
Socks4a2 Connection through Socks4A proxy (capable of resolving domain names).
Socks53 Connection through Socks5 proxy.
HttpConnect4 Connection through HTTP proxy using CONNECT method.
FtpSite5 Connection through FTP proxy using SITE command.
FtpUser6 Connection through FTP proxy using a single USER/PASS command.
FtpOpen7 Connection through FTP proxy using OPEN command.
FtpDoubleLogin8 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