Table of Contents

Namespace FluentFTP.Proxy.SyncProxy

Classes

FtpClientBlueCoatProxy

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.

FtpClientHttp11Proxy

A FTP client with a HTTP 1.1 proxy implementation.

FtpClientProxy

Abstraction of an FtpClient with a proxy

FtpClientSocks4Proxy

A FTP client with a SOCKS4 proxy implementation.

FtpClientSocks4aProxy

A FTP client with a SOCKS4a proxy implementation.

FtpClientSocks5Proxy

A FTP client with a SOCKS5 proxy implementation.

FtpClientUserAtHostProxy

A FTP client with a user@host proxy identification.