Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPServerThread
Implements a thread of execution for client connections to the FTP server.

TIdFTPServerThread = class(TIdPeerThread)
Description
TIdFTPServerThread is a TIdPeerThread descendant that implements the thread of execution created for FTP client on the FTP server. TIdFTPServerThread is used in TIdFTPServer.ThreadClass to indicate the class used to create new thread instances using the TIdThreadMgr for the FTP server implementation.

TIdFTPServerThread provides properties and methods that set or retrieve connection and transfer parameters for the FTP client connection. TIdFTPServerThread implements the inherited Connection property as the Control channel for the FTP client, and also specifies a TIdTCPConnection to be used as the DataChannel for FTP data transfer operations.

TIdFTPServerThread is used to access the Thread of execution in the TIdCommand reply handlers used in the FTP server implementation.