An NDoc Documented Class Library

FTPConnection Events

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

Public Instance Events

BytesTransferredOccurs every time a specified number of bytes of data have been transferred.
ClosedOccurs when the component has closed its connection to the server.
ClosingOccurs when the component is about to close its connection to the server.
CommandSentOccurs when a command is sent to the server.
ConnectedOccurs when the component has connected to the server.
ConnectingOccurs when the component is connecting to the server.
CreatedDirectoryOccurs when a local directory has been created on the server.
CreatingDirectoryOccurs when a directory is about to be created on the server.
DeletedOccurs when a file has been deleted from the server.
DeletedDirectoryOccurs when a local directory has been deleted on the server.
DeletingOccurs when a file is about to be deleted from the server.
DeletingDirectoryOccurs when a directory is about to be deleted on the server.
DirectoryChangedObsolete. Occurs when the server directory has been changed.
DirectoryChangingObsolete. Occurs when the server directory is about to be changed.
DirectoryListedOccurs when a directory listing operations is completed.
DirectoryListingOccurs when a directory listing operations is commenced.
Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
DownloadedOccurs when a file has been downloaded from the server.
DownloadingOccurs when a file is about to be downloaded from the server.
LocalDirectoryChangedOccurs when the local directory has been changed.
LocalDirectoryChangingOccurs when the local directory is about to be changed.
LoggedInOccurs when the component has logged in.
LoggingInOccurs when the component is about to log in.
PropertyChangedOccurs when a property is changed.
RenamedFileOccurs when a remote file has been renamed.
RenamingFileOccurs when a remote file is about to be renamed.
ReplyReceivedOccurs when a reply is received from the server.
ServerDirectoryChangedOccurs when the server directory has been changed.
ServerDirectoryChangingOccurs when the server directory is about to be changed.
UploadedOccurs when a file has been uploaded to the server.
UploadingOccurs when a file is about to be uploaded to the server.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace