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

areEventsEnabledDetermines if events will be fired.
currentFileSizeSize of file currently being transferred.
fileTransferTypeRecord of the transfer type - make the default ASCII.
ftpClientInstance of FTPClient.
guiControlReference to the main window.
haveQueriedForControlFlag used to remember whether or not we've tried to find the main window yet.
isTransferringDataDetermines if events will be fired.
isTransferringMultipleFlag indicating whether or not we're doing a multiple file transfer.
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