Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.1k views
in .NET FTP by (220 points)
Hi all,

Is there a way to do a Get starting at a size ?
Let's imagine we've done a Get("toto.iso") ( file size = 650 Mb ) and a problem occurs after having downloaded only 100Mb. Is there a way to download it again without downloading the 100Mb already downloaded ? i.e starting the new download at 100Mb.

Thanks a lot.
________
Vortec Engine

1 Answer

0 votes
by (162k points)
Yes, you want to use resume.

After the failed transfer, call Resume() (in FTPClient) or ResumeTransfer() (in FTPConnection) and then simply call the download method again.

If you look at the logs you'll see only the missing portion is downloaded.

Categories

...