Indy 9
|
TIdMappedFtpThread = class(TIdMappedPortThread)
property DataChannelThread: TIdMappedFtpDataThread;
property FtpCmdLine: string;
property FtpCommand: string;
property FtpParams: string;
property Host: string;
property OutboundHost: string;
property OutboundPort: Integer;
property Port: Integer;
constructor Create(ACreateSuspended: Boolean = True); override;