Table of Contents

Namespace FluentFTP.Proxy.AsyncProxy

Classes

AsyncFtpClientBlueCoatProxy

A FTP client with a user@host proxy identification, that works with Blue Coat FTP Service servers.

The 'blue coat variant' forces the client to wait for a 220 FTP response code in the handshake phase.

AsyncFtpClientHttp11Proxy

A FTP client with a HTTP 1.1 proxy implementation.

AsyncFtpClientProxy

Abstraction of an FtpClient with a proxy

AsyncFtpClientSocks4Proxy

A FTP client with a SOCKS4 proxy implementation.

AsyncFtpClientSocks4aProxy

A FTP client with a SOCKS4a proxy implementation.

AsyncFtpClientSocks5Proxy

A FTP client with a SOCKS5 proxy implementation.

AsyncFtpClientUserAtHostProxy

A FTP client with a user@host proxy identification.