The properties of the FTPFileTransferEventArgs class are listed below. For a complete list of FTPFileTransferEventArgs class members, see the FTPFileTransferEventArgs Members topic.
Appended | Indicates whether or not data was appended to the remote file. |
Bytes | Reference to byte-array if LocalDataType is ByteArray. |
Cancel | Cancel transfer. |
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
Exception (inherited from FTPCancelableEventArgs) | The exception thrown if a transfer failed. |
FileSize | Size of remote file (see remarks) |
IsGuiThread (inherited from FTPEventArgs) | Indicates whether or not the event-handler has been invoked on the GUI thread. |
LocalDataType | Type of local data source/destination. |
LocalDirectory | Name of the local directory (not including file-name). |
LocalFile | Name of the local file (without path). |
LocalPath | Path of local file if LocalDataType is File. |
RemoteDirectory | Full path of remote directory. |
RemoteFile | Name of remote file as passed into the method that initiated the transfer. |
RemoteFileName | Name of remote file without the path. |
RemotePath | Full path of remote file. |
Stream | Reference to Stream if LocalDataType is Stream. |
Succeeded (inherited from FTPCancelableEventArgs) | Indicates whether or not the transfer succeeded. |
TaskID (inherited from FTPEventArgs) | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
FTPFileTransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace