The events of the FTPConnection class are listed below. For a complete list of FTPConnection class members, see the FTPConnection Members topic.
BytesTransferred | Occurs every time a specified number of bytes of data have been transferred. |
Closed | Occurs when the component has closed its connection to the server. |
Closing | Occurs when the component is about to close its connection to the server. |
CommandSent | Occurs when a command is sent to the server. |
Connected | Occurs when the component has connected to the server. |
Connecting | Occurs when the component is connecting to the server. |
CreatedDirectory | Occurs when a local directory has been created on the server. |
CreatingDirectory | Occurs when a directory is about to be created on the server. |
Deleted | Occurs when a file has been deleted from the server. |
DeletedDirectory | Occurs when a local directory has been deleted on the server. |
Deleting | Occurs when a file is about to be deleted from the server. |
DeletingDirectory | Occurs when a directory is about to be deleted on the server. |
DirectoryChanged | Obsolete. Occurs when the server directory has been changed. |
DirectoryChanging | Obsolete. Occurs when the server directory is about to be changed. |
DirectoryListed | Occurs when a directory listing operations is completed. |
DirectoryListing | 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 | Occurs when a file has been downloaded from the server. |
Downloading | Occurs when a file is about to be downloaded from the server. |
LocalDirectoryChanged | Occurs when the local directory has been changed. |
LocalDirectoryChanging | Occurs when the local directory is about to be changed. |
LoggedIn | Occurs when the component has logged in. |
LoggingIn | Occurs when the component is about to log in. |
PropertyChanged | Occurs when a property is changed. |
RenamedFile | Occurs when a remote file has been renamed. |
RenamingFile | Occurs when a remote file is about to be renamed. |
ReplyReceived | Occurs when a reply is received from the server. |
ServerDirectoryChanged | Occurs when the server directory has been changed. |
ServerDirectoryChanging | Occurs when the server directory is about to be changed. |
Uploaded | Occurs when a file has been uploaded to the server. |
Uploading | Occurs when a file is about to be uploaded to the server. |