Click here to Skip to main content
15,905,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Programmatically I want to download a folder containing files from remote website to local drive.
Remote website requires User ID, Password to login then only I can navigate through webpage and download the files.
Please let me know what I can do to atomise this?
Posted
Updated 23-Nov-11 19:36pm
v2

You could create a page that puts the entire folder hierarchy into a zip file and lets you download that. On the other hand, it would be much simpler to just use FTP (assuming of course that you actually own the website in question).
 
Share this answer
 
Check this out maybe it will help you automate-downloads-from-password-protected-website[^]
 
Share this answer
 

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