Indy 9
TIdFTPStatus
See Also
Represents the status of the FTP connection.
Description
TIdFTPStatus is an enumerated type that represents the status of the FTP client connection. TIdFTPStatus is a data type used when a TIdFTPStatusEvent is signalled to the TIdFTP.OnFTPStatus event handler.

TIdFTPStatus can have one of the following values and meanings:

  • ftpTransfer - Indicates that a GET or PUT operation is in progress.

  • ftpReady - Indicates that the FTP client is connected and ready to accept an FTP command.

  • ftpAborted - Indicates that an FTP operation has been interrupted, either at the users request or as a resulting of an error code in the FTP protocol.

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