Indy 9
TIdMappedFtpThread
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMappedFTP
Thread created for port-based proxy connections to an FTP server.
TIdMappedFtpThread = class(TIdMappedPortThread)
Unit
IdMappedFTP
Description
TIdMappedFtpThread is a TIdMappedPortThread descendant that represents the thread created for port-based proxy connections to an FTP server. TIdMappedFtpThread implements properties and methods that allow the FTP session to set the Host and Port used for the local connection to the FTP proxy, and the OutboundHost and OutboundPort for the proxied connection. TIdMappedFtpThread also provides properties and methods to capture ands resolve the FTP command and parameters, as well as the thread DataChannel used for the proxy connection.

TIdMappedFtpThread.DataChannelThread
TIdMappedFtpThread
property DataChannelThread: TIdMappedFtpDataThread;
Description
DataChannelThread

TIdMappedFtpThread.FtpCmdLine
TIdMappedFtpThread
property FtpCmdLine: string;
Description
FtpCmdLine

TIdMappedFtpThread.FtpCommand
TIdMappedFtpThread
property FtpCommand: string;
Description
FtpCommand

TIdMappedFtpThread.FtpParams
TIdMappedFtpThread
property FtpParams: string;
Description
FtpParams

TIdMappedFtpThread.Host
TIdMappedFtpThread
property Host: string;
Description
Host

TIdMappedFtpThread.OutboundHost
TIdMappedFtpThread
property OutboundHost: string;
Description
OutboundHost

TIdMappedFtpThread.OutboundPort
TIdMappedFtpThread
property OutboundPort: Integer;
Description
OutboundPort

TIdMappedFtpThread.Port
TIdMappedFtpThread
property Port: Integer;
Description
Port

TIdMappedFtpThread.Create
TIdMappedFtpThread
constructor Create(ACreateSuspended: Boolean = True); override;
Description
Create

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.