The properties of the FTPFileTransferEventArgs class are listed below. For a complete list of FTPFileTransferEventArgs class members, see the FTPFileTransferEventArgs Members topic.
![]() | Indicates whether or not data was appended to the remote file. |
![]() | Obsolete. Indicates whether or not data was appended to the remote file. |
![]() | Reference to byte-array if LocalDataType is ByteArray . |
![]() | Number of bytes transferred. |
![]() | Cancel transfer. |
![]() | Identifies the pooled connection on which the task is running. |
![]() | The exception thrown if a transfer failed. |
![]() | Obsolete. Size of remote file (see remarks) |
![]() | Indicates whether or not the event-handler has been invoked on the GUI thread. |
![]() | Last write-time of the file. |
![]() | Type of local data source/destination. |
![]() | Name of the local directory (not including file-name). |
![]() | Name of the local file (without path). |
![]() | Size of local file (see remarks). |
![]() | Path of local file if LocalDataType is File . |
![]() | Full path of remote directory. |
![]() | Name of remote file as passed into the method that initiated the transfer. |
![]() | Name of remote file without the path. |
![]() | Size of remote file (see remarks) |
![]() | Full path of remote file. |
![]() | Reference to Stream if LocalDataType is Stream . |
![]() | Indicates whether or not the transfer succeeded. |
![]() | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
FTPFileTransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace