The fields of the ExFTPConnection class are listed below. For a complete list of ExFTPConnection class members, see the ExFTPConnection Members topic.
accountInfoStr (inherited from FTPConnection) | Account information string, for use in FTP/FTPS with the ACCT command. |
areEventsEnabled (inherited from FTPConnection) | Determines if events will be fired. |
clientLock (inherited from FTPConnection) | Used for locking connection. |
compressionPreferred_ | Is compression preferred? |
currentFileSize (inherited from FTPConnection) | Size of file currently being transferred. |
fileTransferType (inherited from FTPConnection) | Record of the transfer type - make the default ASCII. |
ftpClient (inherited from FTPConnection) | Instance of FTPClient. |
ftpType | Protocol used. |
httpClient | Reference to HttpClient which does all the HTTP work. |
isTransferringData (inherited from FTPConnection) | Determines if events will be fired. |
key | License key. |
lastTransferCancel (inherited from FTPConnection) | Flag indicating that the most recent transfer-operation was cancelled |
loadingProperties | True if properties are currently being loaded. |
localDir (inherited from FTPConnection) | Current local working directory. |
loginPassword (inherited from FTPConnection) | Password to log in with. |
loginUserName (inherited from FTPConnection) | User-name to log in with. |
owner | License owner. |
remoteDir (inherited from FTPConnection) | Current remote working directory. |
useAutoLogin (inherited from FTPConnection) | Determines if the components will automatically log in upon connection. |
useGuiThread (inherited from FTPConnection) | Flag indicating whether or not event-handlers will run on the GUI thread if one is available. |