The FTPConnection type exposes the following members.

Fields

  NameDescription
Protected fieldaccountInfoStr
Account information string, for use in FTP/FTPS with the ACCT command.
Protected fieldareEventsEnabled
Determines if events will be fired.
Protected fieldclientLock
Used for locking connection.
Protected fieldStatic memberDEFAULT_WORKING_DIRECTORY
Default initial working directory.
Protected fieldfileTransferType
Record of the transfer type - make the default ASCII.
Protected fieldftpClient
Instance of FTPClient.
Protected fieldftpType
Protocol used.
Protected fieldguiControl
Reference to the main window.
Protected fieldhaveQueriedForControl
Flag used to remember whether or not we've tried to find the main window yet.
Protected fieldisTransferringData
Determines if events will be fired.
Protected fieldlastTransferCancel
Flag indicating that the most recent transfer-operation was cancelled
Protected fieldlocalDir
Current local working directory.
Protected fieldloginPassword
Password to log in with.
Protected fieldloginUserName
User-name to log in with.
Protected fieldlogTag
Logging tag
Protected fieldremoteDir
Current remote working directory.
Protected fielduseAutoFeatures
Determines if the components will automatically send the FEAT command after logging in.
Protected fielduseAutoLogin
Determines if the components will automatically log in upon connection.
Protected fielduseGuiThread
Flag indicating whether or not event-handlers will run on the GUI thread if one is available.

See Also