A struct containing the properties of a file transfer. More...
Public Attributes | |
int | nTransferID |
The ID identifying the file transfer. | |
int | nChannelID |
The channel where the file is/will be located. | |
string | szLocalFilePath |
The file path on local disk. | |
string | szRemoteFileName |
The filename in the channel. | |
long | nFileSize |
The size of the file being transferred. | |
long | nTransferred |
The number of bytes transferred so far. | |
bool | bInbound |
TRUE if download and FALSE if upload. |
A struct containing the properties of a file transfer.
The ID identifying the file transfer.
The channel where the file is/will be located.
The file path on local disk.
The filename in the channel.
The size of the file being transferred.
The number of bytes transferred so far.
TRUE if download and FALSE if upload.