Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,everyone:

I want to download files from ftp server, and resume the download after network broken.So,I need achieve Resuming downloads from ftp server.

First I use CInternetSession and CFtpConnection to build a ftp connection,
then I use a CInternetFile object to read remote file in ftp server.

But I have no way to read the remote file data from given location,because the CInternetFile ojbect can not use CInternetFile::Seek.

How can I do next? And can you give me some example codes?


Best Regards,
Markliu
2011,10,27
Posted
Updated 26-Oct-11 23:14pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900