Table of Contents

Class FtpClientBlueCoatProxy

Namespace
FluentFTP.Proxy.SyncProxy
Assembly
FluentFTP.dll

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.

public class FtpClientBlueCoatProxy : FtpClientProxy, IInternalFtpClient, IFtpClient, IDisposable, IBaseFtpClient
Inheritance
FtpClientBlueCoatProxy
Implements
Inherited Members
Extension Methods

Constructors

FtpClientBlueCoatProxy(FtpProxyProfile)

A FTP client with a user@host proxy identification.

public FtpClientBlueCoatProxy(FtpProxyProfile proxy)

Parameters

proxy FtpProxyProfile

Proxy information

Methods

Create()

Creates a new instance of this class. Useful in FTP proxy classes.

protected override BaseFtpClient Create()

Returns

BaseFtpClient

Handshake()

Redefine the first dialog: auth with proxy information

protected override void Handshake()