FTPClientRestart Method
Set the REST marker so that the next transfer doesn't start at the beginning of the remote file
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Restart(
long size
)
Public Sub Restart (
size As Long
)
public:
void Restart(
long long size
)
member Restart :
size : int64 -> unit
Parameters
- size Int64
- the REST param, the mark at which the restart is performed on the remote file.
For STOR, this is retrieved by SIZE
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.