The Ftp type exposes the following members.

Events

  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public event FtpAuthenticatedEvent
Occurs when the user has been authenticated and the FTP server is established.
Public event FtpChangeLocalDirEvent
Occurs when the local directory has been changed.
Public event FtpChangeRemoteDirEvent
Occurs when the remote directory has been changed.
Public event FtpCommandEvent
Occurs when a command is sent to the FTP server.
Public event FtpConnectedEvent
Occurs when a connection to the FTP server is established.
Public event FtpConnectionLostEvent
Occurs when a command connection to the FTP server is unexpectedly closed.
Public event FtpDataConnectionLostEvent
Occurs when a data connection to the FTP server is unexpectedly closed.
Public event FtpDisconnectedEvent
Occurs when a connection to the FTP server is released.
Public event FtpDownloadEvent
Occurs when a file is downloaded from the FTP server.
Public event FtpDownloadingEvent
Occurs when a file is downloading from the FTP server.
Public event FtpListingEvent
Occurs when a directory listing is retrieved from the FTP server.
Public event FtpProgressEvent
Indicates the transmit process.
Public event FtpResponseEvent
Occurs when a response is received from the FTP server.
Public event FtpUploadEvent
Occurs when a file is uploaded to the FTP server.
Public event FtpUploadingEvent
Occurs when a file is uploaded to the FTP server.

See Also