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