|
Summary
Frequency of marker block in block mode.
Description
The MarkerFrequency property sets the frequency of marker blocks during a file transfer. For example, if MarkerFrequency = 2, one marker block will be sent after every two data blocks.
Set this property to allow file transfer recovery following a transfer failure, for large file transfers. The transfer mode must be Block mode for this property to have any effect.
This property can be changed at run time as well as design time. Default value for this property is 0 which means that it is off.
Example
FTPClient.MarkerFrequency = 2
FTPClient.BlockSize = 8192
FTPClient.BlockMode()
See Also
GetFileWithRestart and PutFileWithRestart methods; OnReceiveMarker and OnReceiveMarkerB events.
|