Indy 9
TIdFTPOperation
Unit: IdFTPServer
Operation to be performed on the data channel for an FTP client.
TIdFTPOperation = (ftpRetr, ftpStor);
Unit
IdFTPServer
Description
TIdFTPOperation is an enumerated type that represents the FTP operation to be performed using the DataChannel established for a FTP client connection. TIdFTPOperation can contain one of the following values and associated meanings:

  • ftpRetr - Data channel will send a file to the client as a result of an FTP RETR request.

  • ftpStor - Data channel will receive a file from a client a a result of an FTP STOR request.

TIdFTPOperation is the type used to represent the TIdDataChannelThread.FtpOperation property initialized when the DataChannel is created after an FTP client request.


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