The FTPConnection type exposes the following members.

Events

  NameDescription
Public eventBytesTransferred
Occurs every time a specified number of bytes of data have been transferred.
Public eventClosed
Occurs when the component has closed its connection to the server.
Public eventClosing
Occurs when the component is about to close its connection to the server.
Public eventCommandSent
Occurs when a command is sent to the server.
Public eventConnected
Occurs when the component has connected to the server.
Public eventConnecting
Occurs when the component is connecting to the server.
Public eventCreatedDirectory
Occurs when a local directory has been created on the server.
Public eventCreatingDirectory
Occurs when a directory is about to be created on the server.
Public eventDeleted
Occurs when a file has been deleted from the server.
Public eventDeletedDirectory
Occurs when a local directory has been deleted on the server.
Public eventDeleting
Occurs when a file is about to be deleted from the server.
Public eventDeletingDirectory
Occurs when a directory is about to be deleted on the server.
Public eventDirectoryChanged Obsolete.
Occurs when the server directory has been changed.
Public eventDirectoryChanging Obsolete.
Occurs when the server directory is about to be changed.
Public eventDirectoryListed
Occurs when a directory listing operations is completed.
Public eventDirectoryListing
Occurs when a directory listing operations is commenced.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public eventDownloaded
Occurs when a file has been downloaded from the server.
Public eventDownloading
Occurs when a file is about to be downloaded from the server.
Public eventLocalDirectoryChanged
Occurs when the local directory has been changed.
Public eventLocalDirectoryChanging
Occurs when the local directory is about to be changed.
Public eventLoggedIn
Occurs when the component has logged in.
Public eventLoggingIn
Occurs when the component is about to log in.
Public eventPropertyChanged
Occurs when a property is changed.
Public eventRenamedFile
Occurs when a remote file has been renamed.
Public eventRenamingFile
Occurs when a remote file is about to be renamed.
Public eventReplyReceived
Occurs when a reply is received from the server.
Public eventServerDirectoryChanged
Occurs when the server directory has been changed.
Public eventServerDirectoryChanging
Occurs when the server directory is about to be changed.
Public eventUploaded
Occurs when a file has been uploaded to the server.
Public eventUploading
Occurs when a file is about to be uploaded to the server.

See Also