Link to home
Start Free TrialLog in
Avatar of fixitben
fixitben

asked on

Download multiple files from a website

Hi

I am trying to write a script in php that will input a url such as http://www.ndbc.noaa.gov/data/adcp_raw_data/42369/2006/01/17/

Which has many files that are availble for download.  Then it will pharse the page and dump the files on my hard drive.  Right now we just have to right click and save each file which for hundreds of files that could take a while.


Basically I know the code to pharse the page and strip the url to the file. But I am not sure of a way to download each url with out it prompting where to save each file.


Thanks
fixitben
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fixitben
fixitben

ASKER

That is exactly what I was looking for.

Thanks
Fixitben