FTPFileTransferEventArgs Class |
Namespace: EnterpriseDT.Net.Ftp
The FTPFileTransferEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Append |
Indicates whether or not data was appended to the remote file.
| |
| Bytes |
Reference to byte-array if LocalDataType is ByteArray.
| |
| BytesTransferred |
Number of bytes transferred.
| |
| Cancel |
Cancel transfer.
(Overrides FTPCancelableEventArgsCancel.) | |
| ConnectionInstanceNumber |
Identifies the pooled connection on which the task is running.
(Inherited from FTPEventArgs.) | |
| Exception |
The exception thrown if a transfer failed.
(Inherited from FTPCancelableEventArgs.) | |
| IsGuiThread |
Indicates whether or not the event-handler has been invoked on the GUI thread.
(Inherited from FTPEventArgs.) | |
| LastWriteTime |
Last write-time of the file.
| |
| 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).
| |
| LocalFileSize |
Size of local file (see remarks).
| |
| 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.
| |
| RemoteFileSize |
Size of remote file (see remarks)
| |
| RemotePath |
Full path of remote file.
| |
| Resume |
Indicates whether or not this tranfer should be resumed.
| |
| Stream | ||
| Succeeded |
Indicates whether or not the transfer succeeded.
(Inherited from FTPCancelableEventArgs.) | |
| TaskID |
Identifies the asynchronous operation within which the event was triggered
(applies to asynchronous methods only).
(Inherited from FTPEventArgs.) | |
| WriteMode |
Write-mode of the transfer (i.e. overwrite, append or resume)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |