An NDoc Documented Class Library

ExFTPConnection Events

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

Public Instance Events

BytesTransferred (inherited from FTPConnection)Occurs every time a specified number of bytes of data have been transferred.
Closed (inherited from FTPConnection)Occurs when the component has closed its connection to the server.
Closing (inherited from FTPConnection)Occurs when the component is about to close its connection to the server.
CommandSent (inherited from FTPConnection)Occurs when a command is sent to the server.
Connected (inherited from FTPConnection)Occurs when the component has connected to the server.
Connecting (inherited from FTPConnection)Occurs when the component is connecting to the server.
CreatedDirectory (inherited from FTPConnection)Occurs when a local directory has been created on the server.
CreatingDirectory (inherited from FTPConnection)Occurs when a directory is about to be created on the server.
Deleted (inherited from FTPConnection)Occurs when a file has been deleted from the server.
DeletedDirectory (inherited from FTPConnection)Occurs when a local directory has been deleted on the server.
Deleting (inherited from FTPConnection)Occurs when a file is about to be deleted from the server.
DeletingDirectory (inherited from FTPConnection)Occurs when a directory is about to be deleted on the server.
DirectoryChanged (inherited from FTPConnection)Obsolete. Occurs when the server directory has been changed.
DirectoryChanging (inherited from FTPConnection)Obsolete. Occurs when the server directory is about to be changed.
DirectoryListed (inherited from FTPConnection)Occurs when a directory listing operations is completed.
DirectoryListing (inherited from FTPConnection)Occurs when a directory listing operations is commenced.
Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
Downloaded (inherited from FTPConnection)Occurs when a file has been downloaded from the server.
Downloading (inherited from FTPConnection)Occurs when a file is about to be downloaded from the server.
Error Occurs when an exception is thrown during an asynchronous operation.
LocalDirectoryChanged (inherited from FTPConnection)Occurs when the local directory has been changed.
LocalDirectoryChanging (inherited from FTPConnection)Occurs when the local directory is about to be changed.
LoggedIn (inherited from FTPConnection)Occurs when the component has logged in.
LoggingIn (inherited from FTPConnection)Occurs when the component is about to log in.
PropertiesCleared Occurs when properties are cleared via ClearProperties.
PropertiesLoaded Occurs when properties are loaded from a file.
PropertiesSaved Occurs when properties are saved to a file.
PropertyChanged (inherited from FTPConnection)Occurs when a property is changed.
RenamedFile (inherited from FTPConnection)Occurs when a remote file has been renamed.
RenamingFile (inherited from FTPConnection)Occurs when a remote file is about to be renamed.
ReplyReceived (inherited from FTPConnection)Occurs when a reply is received from the server.
ServerDirectoryChanged (inherited from FTPConnection)Occurs when the server directory has been changed.
ServerDirectoryChanging (inherited from FTPConnection)Occurs when the server directory is about to be changed.
Synchronized Triggered when synchronization actions have been completed.
Synchronizing Triggered before synchronization actions are begun.
SynchronizingFile Triggered when a decision is being made on how to synchronize a particular file (i.e. transfer, delete or skip).
Uploaded (inherited from FTPConnection)Occurs when a file has been uploaded to the server.
Uploading (inherited from FTPConnection)Occurs when a file is about to be uploaded to the server.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace