Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting a Ftpwebrequest download starting point.

Status
Not open for further replies.

Nademic

Programmer
Mar 25, 2008
18
0
0
CA
Hi,

Just writing an app that will download a file from an ftp server, which it does. I want to be able to resume the Ftp downloads from where the downloads last failed. I have the code in place to save the current position where the download failed but not sure how to make the ftpwebrequest class start the download from the point where it last failed. Is there any way to specify what part of the file you want to start downloading at with this class(ex. For instance I may want to start downloading at byte 3400090 instead of downloading the whole thing again)? Many thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top