ITFtp
|
The ITFtpTransfer type exposes the following members.
Name | Description | |
---|---|---|
BlockCounterWrapping | TFTP can transfer up to 65535 blocks. After that, the block counter wraps to either zero or one, depending on the expectations of the client. | |
BlockSize | Transfer block size. Set this member to control the TFTP block size option (RFC 2349). | |
ExpectedSize | Expected transfer size in bytes. 0 if size is unknown. | |
Filename | Filename for the transferred file. | |
RetryCount | Number of times that a RetryTimeout may occur before the transfer is cancelled with a TimeoutError. | |
RetryTimeout | Timeout after which commands are sent again. This member is also transmitted as the TFTP timeout interval option (RFC 2349). | |
TransferMode | Requested TFTP transfer mode. For outgoing transfers, this member may be used to set the transfer mode. | |
UserContext | You can set your own object here to associate custom data with this transfer. |