FtpProxyType Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
Type of proxy to use to connect to the network.
Syntax
public enum FtpProxyType
Fields
| Name | Description |
|---|---|
| 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). |
| FtpOpen | Connection through FTP proxy using OPEN command. |
| FtpSite | Connection through FTP proxy using SITE command. |
| FtpUser | Connection through FTP proxy using a single USER/PASS command. |
| HttpConnect | Connection through HTTP proxy using CONNECT method. |
| None | Direct connection. |
| Socks4 | Connection through Socks4 proxy. |
| Socks4a | Connection through Socks4A proxy (capable of resolving domain names). |
| Socks5 | Connection through Socks5 proxy. |