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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to resume download files with VFP?

Status
Not open for further replies.

longda

Programmer
Jul 24, 2001
66
US
I would like to create a download manager using VFP because a broadband connection is not available in my area. Many of the download managers I have seen on the web are able to resume a download if it is interrupted some how. I wanted to try and create one using VFP because I thought it would be a really good choice because of its data handling abilities and was wandering how it is done.

Is there a way in VFP to download files and also have a resume feature? Also, is there a way to download a file in multiple segments to try and speed up the download?

Thanks for any ideas.

Dave
 
Take a look at this thread:
thread184-721172

And also my FAQ:
How do I transfer files using FTP?
faq184-3234

Just stay away from callback functions (ones that keep the user updated on progress for instance) if you can. The ftp routines in the faq are a lot faster than the average public domain gui interface, because they don't constantly stop to count bytes and refresh the screen.
Using the winsock ocx, you could provide a minimum of progress feedback without too much extra overhead.


-Dave S.-
[cheers]
Even more Fox stuff at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top