Quote:
Originally Posted by Jakez
I know it's possible because there are sites that upload to multiple file hosts that do this. I've tried a few ways and I just can't get it to work. There are only 2-3 fields so it shouldn't be too hard for someone experienced with cURL...
|
Most file hosts I use (NetLoad.in, Hotfile etc) all have an FTP option which makes it very easy with curl:
curl -T <FILENAME> -u <USRNAME>:<PASSWORD> <FTPADDR>
etc.