Rebex FTP/SSL for .NET

FtpProxyType Enumeration

Type of proxy to use to connect to the network.

public enum FtpProxyType

Members

Member Name Description
NoneDirect connection.
Socks4Connection through Socks4 proxy.
Socks4aConnection through Socks4A proxy (capable of resolving domain names).
Socks5Connection through Socks5 proxy.
HttpConnectConnection through HTTP proxy using CONNECT method.
FtpSiteConnection through FTP proxy using SITE command.
FtpUserConnection through FTP proxy using USER command.
FtpOpenConnection through FTP proxy using OPEN command.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)

See Also

Rebex.Net Namespace