Hi
I need to make a script to download files from a remote webserver.
The files will be approximately 200 MB.
How can I do this, and (I'm not sure if it's possible, but) how can I download files from a site that requires me to login before downloading.
I've used cURL before to post form data but I'm not sure if it can download binary files after logging in.