| Name | Description |
---|
 | AppendFileCompleted | Occurs when an asynchronous AppendFileAsync operation completes. |
 | AuthenticateCompleted | Occurs when an asynchronous AuthenticateAsync operation completes. |
 | CertificateReceived | Occurs when an FTP server's certificate was received and verified. |
 | CertificateRequired | Occurs when a client certificate is required by the FTP server, or the one provided was not accepted. |
 | ClearCommandChannelCompleted | Occurs when an asynchronous ClearCommandChannelAsync operation completes. |
 | CommandResponse | Occurs when a command is sent to the server or a response is received. |
 | ConnectCompleted | Occurs when an asynchronous ConnectAsync operation completes. |
 | CopyFromCompleted | Occurs when an asynchronous CopyFromAsync operation completes. (Inherited from FileSystem) |
 | CopyToCompleted | Occurs when an asynchronous CopyToAsync operation completes. (Inherited from FileSystem) |
 | CreateDirectoryCompleted | Occurs when an asynchronous CreateDirectoryAsync operation completes. (Inherited from FileSystem) |
 | DeleteCompleted | Occurs when an asynchronous DeleteAsync operation completes. (Inherited from FileSystem) |
 | DeleteDirectoryCompleted | Occurs when an asynchronous DeleteDirectoryAsync operation completes. (Inherited from FileSystem) |
 | DeleteFileCompleted | Occurs when an asynchronous DeleteFileAsync operation completes. (Inherited from FileSystem) |
 | DirectoryExistsCompleted | Occurs when an asynchronous DirectoryExistsAsync operation completes. (Inherited from FileSystem) |
 | DisconnectCompleted | Occurs when an asynchronous DisconnectAsync operation completes. |
 | DownloadCompleted | Occurs when an asynchronous DownloadAsync operation completes. |
 | DownloadFileCompleted | Occurs when an asynchronous DownloadFileAsync operation completes. |
 | FileExistsCompleted | Occurs when an asynchronous FileExistsAsync operation completes. (Inherited from FileSystem) |
 | FlushCompleted | Occurs when an asynchronous FlushAsync operation completes. |
 | GetCurrentDirectoryCompleted | Occurs when an asynchronous GetCurrentDirectoryAsync operation completes. (Inherited from FileSystem) |
 | GetDirectorySizeCompleted | Occurs when an asynchronous GetDirectorySizeAsync operation completes. (Inherited from FileSystem) |
 | GetDownloadStreamCompleted | Occurs when an asynchronous GetDownloadStreamAsync operation completes. |
 | GetFileChecksumCompleted | Occurs when an asynchronous GetFileChecksumAsync operation completes. (Inherited from FileSystem) |
 | GetFileLengthCompleted | Occurs when an asynchronous GetFileLengthAsync operation completes. (Inherited from FileSystem) |
 | GetItemInfoCompleted | Occurs when an asynchronous GetItemInfoAsync operation completes. (Inherited from FileSystem) |
 | GetLastWriteTimeCompleted | Occurs when an asynchronous GetLastWriteTimeAsync operation completes. (Inherited from FileSystem) |
 | GetServerTimeDifferenceCompleted | Occurs when an asynchronous GetServerTimeDifference operation completes. |
 | GetSystemNameCompleted | Occurs when an asynchronous GetSystemNameAsync operation completes. |
 | GetUploadStreamCompleted | Occurs when an asynchronous GetUploadStreamAsync operation completes. |
 | KeepAliveCompleted | Occurs when an asynchronous KeepAliveAsync operation completes. |
 | ListDirectoryCompleted | Occurs when an asynchronous ListDirectoryAsync operation completes. (Inherited from FileSystem) |
 | ListItemReceived | Occurs when a file and directory listing item is received by the ListDirectory, ListRawName or ListName methods. |
 | ListNameCompleted | Occurs when an asynchronous ListNameAsync operation completes. (Inherited from FileSystem) |
 | ListProgress | Occurs when the state of the Ftp object is changed. |
 | ListRawNameCompleted | Occurs when an asynchronous ListRawNameAsync operation completes. |
 | MoveCompleted | Occurs after a MoveAsync call has been completed. (Inherited from FileSystem) |
 | Progress | Occurs when a block of data is transferred, or a file operation is being or has been executed. (Inherited from FileSystem) |
 | QuickSynchronizeCompleted | Occurs when an asynchronous QuickSynchronizeAsync operation completes. (Inherited from FileSystem) |
 | ReadResponseCompleted | Occurs when an asynchronous ReadResponseAsync operation completes. |
 | Reconnected | Occurs when the file system encountered an error and reconnected to the server successfully. |
 | Reconnecting | Occurs when the file system has encountered an error and trying to reconnect to the server. |
 | ReconnectionErrorChecking | Occurs when the file system has encountered an error and needs to determine whether it should reconnect to the server. |
 | ReinitializeCompleted | Occurs when an asynchronous ReinitializeAsync operation completes. |
 | RemoteCopyCompleted | Occurs when an asynchronous RemoteCopyAsync operation completes. |
 | RenameCompleted | Occurs when an asynchronous RenameAsync operation completes. (Inherited from FileSystem) |
 | ResumeDownloadFileCompleted | Occurs when an asynchronous ResumeDownloadFileAsync operation completes. |
 | ResumeUploadFileCompleted | Occurs when an asynchronous ResumeUploadFileAsync operation completes. |
 | SearchCompleted | Occurs when an asynchronous search operation completes. (Inherited from FileSystem) |
 | SendCommandCompleted | Occurs when an asynchronous SendCommandAsync operation completes. |
 | SetCurrentDirectoryCompleted | Occurs when an asynchronous SetCurrentDirectoryAsync operation completes. (Inherited from FileSystem) |
 | SetFilePermissionsCompleted | Occurs after a SetFilePermissionsAsync call has been completed. |
 | SetLastWriteTimeCompleted | Occurs when an asynchronous SetLastWriteTimeAsync operation completes. (Inherited from FileSystem) |
 | SetMultipleFilesPermissionsCompleted | Occurs after a SetMultipleFilesPermissionsAsync call has been completed. |
 | SiteCompleted | Occurs when an asynchronous SiteAsync operation completes. |
 | StateChanged | Occurs when the state of the Ftp object is changed. |
 | ThreadStateChanged | Occurs when the state of the thread is changed while in a multi-thread file transfer. (Inherited from FileSystem) |
 | TransferConfirm | Occurs when the file system has detected an issue while transferring files such as existing file found, symlink detected or an error encountered. (Inherited from FileSystem) |
 | UpgradeConnectionCompleted | Occurs when an asynchronous UpgradeConnectionAsync operation completes. |
 | UploadCompleted | Occurs when an asynchronous UploadAsync operation completes. |
 | UploadFileCompleted | Occurs when an asynchronous UploadFileAsync operation completes. |
 | UploadUniqueFileCompleted | Occurs when an asynchronous UploadUniqueFileAsync operation completes. |