Shell Script for uploading files to multiupload.com

Hi

Please help me writing a shell script for multiupload.

result should look like:

$ ./multiupload.sh /tmp/file.avi
http://www.multiupload.com/P1R9BZ4X3Q

There seems to be no official API.

Does this site give you ftp access? Because ftp would be easier to deal with than http. Also, are you sure the site does not give any capcha of some sort to block automatic uploads. Most of the sites use them to avoid junk uploads. Need more info on the site to help you out!

No ftp access. There is only a web form to upload a local file. I even don't have an account.

> ftp multiupload.com
Trying 95.211.149.8...
ftp: Can't connect to `95.211.149.8': Connection refused
Trying 95.211.149.6...
ftp: Can't connect to `95.211.149.6': Connection refused
Trying 95.211.149.7...
ftp: Can't connect to `95.211.149.7': Connection refused
Trying 95.211.149.5...
ftp: Can't connect to `95.211.149.5': Connection refused
Trying 95.211.149.1...
ftp: Can't connect to `95.211.149.1': Connection refused
Trying 95.211.149.3...
ftp: Can't connect to `95.211.149.3': Connection refused
Trying 95.211.149.4...
ftp: Can't connect to `95.211.149.4': Connection refused
ftp: Can't connect to `multiupload.com'
ftp> ^D

I don't know about the capcha security control. Never saw a capcha by uploading manually. We can only find out if we try.

I don't have more info about the site. I am just a user who uploads stuff with web frontend. I don't have an account there.

[LEFT]Multiupload.com is now down.
[/LEFT]