An NDoc Documented Class Library

FTPConnection Fields

The fields of the FTPConnection class are listed below. For a complete list of FTPConnection class members, see the FTPConnection Members topic.

Protected Static Fields

DEFAULT_WORKING_DIRECTORY Default initial working directory.

Protected Instance Fields

accountInfoStrAccount information string, for use in FTP/FTPS with the ACCT command.
areEventsEnabledDetermines if events will be fired.
clientLock Used for locking connection.
fileTransferTypeRecord of the transfer type - make the default ASCII.
ftpClientInstance of FTPClient.
ftpTypeProtocol used.
isTransferringDataDetermines if events will be fired.
lastTransferCancel Flag indicating that the most recent transfer-operation was cancelled
localDir Current local working directory.
loginPasswordPassword to log in with.
loginUserNameUser-name to log in with.
remoteDir Current remote working directory.
useAutoLoginDetermines 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.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace