The fields of the FTPConnection class are listed below. For a complete list of FTPConnection class members, see the FTPConnection Members topic.
![]() DEFAULT_WORKING_DIRECTORY | Default initial working directory. |
accountInfoStr | Account information string, for use in FTP/FTPS with the ACCT command. |
areEventsEnabled | Determines if events will be fired. |
clientLock | Used for locking connection. |
currentFileSize | Size of file currently being transferred. |
fileTransferType | Record of the transfer type - make the default ASCII. |
ftpClient | Instance of FTPClient. |
isTransferringData | Determines if events will be fired. |
lastTransferCancel | Flag indicating that the most recent transfer-operation was cancelled |
localDir | Current local working directory. |
loginPassword | Password to log in with. |
loginUserName | User-name to log in with. |
remoteDir | Current remote working directory. |
useAutoLogin | Determines if the components will automatically log in upon connection. |
useGuiThread | Flag indicating whether or not event-handlers will run on the GUI thread if one is available. |