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.