Type of proxy to use to connect to the network.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration FtpProxyType |
| C# |
|---|
public enum FtpProxyType |
Members
| Member name | Description | |
|---|---|---|
| None | Direct connection. | |
| Socks4 | Connection through Socks4 proxy. | |
| Socks4a | Connection through Socks4A proxy (capable of resolving domain names). | |
| Socks5 | Connection through Socks5 proxy. | |
| HttpConnect | Connection through HTTP proxy using CONNECT method. | |
| FtpSite | Connection through FTP proxy using SITE command. | |
| FtpUser | Connection through FTP proxy using a single USER/PASS command. | |
| FtpOpen | Connection through FTP proxy using OPEN command. | |
| FtpDoubleLogin | 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). |