Indy 9
|
TIdMappedFtpDataThread = class(TIdThread)
property Connection: TIdTcpConnection;
property MappedFtpThread: TIdMappedFtpThread;
property NetData: string;
property OutboundClient: TIdTCPConnection;
constructor Create(AMappedFtpThread: TIdMappedFtpThread); reintroduce;
destructor Destroy; override;