Table of Contents

Class FtpClientUserAtHostProxy

Namespace
FluentFTP.Proxy.SyncProxy
Assembly
FluentFTP.dll

A FTP client with a user@host proxy identification.

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

Constructors

FtpClientUserAtHostProxy(FtpProxyProfile)

A FTP client with a user@host proxy identification.

public FtpClientUserAtHostProxy(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()