Back to product page

ProxyTypes Enumeration


All proxy types supported by wodFtpDLX.NET.

Remarks

Member Description
ProxyNone No proxy is used.
ProxySocks4 Connection is made through SOCKS4 proxy firewall.
ProxySocks4a Connection is made through SOCKS4a proxy firewall.
ProxySocks5 Connection is made through SOCKS5 proxy firewall.
ProxyWEBStandard Typical WEB proxy (using web CONNECT command) is used.
ProxyRelay Simple relay.
ProxyFTPSite Connection is made through FTP transparent proxy server using SITE command.
ProxyFTPOpen Connection is made through FTP transparent proxy server using OPEN command.
ProxyFTPUser Connection is made through FTP transparent proxy server using USER joe@server command.


Please refer to ProxyTypes property for more information about using proxies with wodFtpDLX.NET.

Platforms

Windows