[cURL] Uploading to a free file host?

Beef Welington

Veteran XV
I want to use cURL to post a given file on a free hosting site like RapidShare or something. Has anybody ever done this? It would be nice if one of those sites used an API, but perhaps that's just begging for abuse. Also, Googling seems only to turn up results for people looking to download files using cURL, which I am not interested in. It's been of some help as far as seeing what requests to do that look like, but so far I've still been unsuccessful in finding a workable solution.

Any suggestions? Thanks in advance.
 
wellington.jpg
 
curl --help should show you how. It depends if you're doing an upload by using a 'file upload form' (curl can work with these) or whether your doing it via FTP, etc.

You need to check --help :)
 
Back
Top