FTP Client Events

Type: FTPClient

Name

Description

Authenticated

Occurs when the FTP Client authenticates it's credentials with an FTP server.

AuthenticationFailed

Occurs when the FTP Client fails to authenticate it's credentials with an FTP server.

Connected

Occurs when the FTP Client connects to an FTP server.

ConnectionFailed

Occurs when the FTP Client fails to connect to an FTP server.

DirectoryEntryReturned

Occurs when the FTP Client returns a directory entry (from calling GetDirectoryContents(...)).

Disconnected

Occurs when the FTP Client disconnects from, or is disconnected by, an FTP server.

Downloaded

Occurs when the FTP Client completes the download of a file.

Downloading

Occurs before the FTP Client attempts to download a file.

ErrorEncountered

Occurs when the FTP Client encounters various errors.

Uploaded

Occurs when the FTP Client completes the upload of a file.

Uploading

Occurs before the FTP Client attempts to upload a file.