Click or drag to resize

ITFtpTransfer Properties

The ITFtpTransfer type exposes the following members.

Properties
  Name Description
Public property 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.
Public property BlockSize Transfer block size. Set this member to control the TFTP block size option (RFC 2349).
Public property ExpectedSize Expected transfer size in bytes. 0 if size is unknown.
Public property Filename Filename for the transferred file.
Public property RetryCount Number of times that a RetryTimeout may occur before the transfer is cancelled with a TimeoutError.
Public property RetryTimeout Timeout after which commands are sent again. This member is also transmitted as the TFTP timeout interval option (RFC 2349).
Public property TransferMode Requested TFTP transfer mode. For outgoing transfers, this member may be used to set the transfer mode.
Public property UserContext You can set your own object here to associate custom data with this transfer.
Top
See Also