An NDoc Documented Class Library

FTPClient.Restart Method 

Set the REST marker so that the next transfer doesn't start at the beginning of the remote file

public void Restart(
   long size
);

Parameters

size
the REST param, the mark at which the restart is performed on the remote file. For STOR, this is retrieved by SIZE

Remarks

Issue the RESTart command to the remote server. This indicates the byte position that REST is performed at. For put, bytes start at this point, while for get, bytes are fetched from this point.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace