Hello :)
I'm a little lost for words atm so I'll try to use made-up code to explain what I'm trying to do...
foreach file in http://host.com/directory1/directory2/
download file
Does that make any sense? I'm trying to download all files from a specified directory from a web server where my website's hosted. I know how to download a single file at a time but there are thousands of files and i just want every file inside one folder. Hmm... Can anybody offer any advice please?
thanks :-)