PDA

View Full Version : Downloading files from a non-standard URL



jtackabury
01-26-2009, 07:57 PM
I need to download a file from a URL like this through scripting:
http://www.domain.com/Content/?test=5

There isn't anywhere to enter a URL like this. Is there a way I can just say what URL I want to download from and what filename to save it locally as?

Thanks

linder
01-27-2009, 04:49 AM
Hello,

I fear this will not work. The above link seems to use some kind of redirection. But you need an absolute URL/filename to download via the "Download (HTTP)..." function.

Friedrich