Shell Script for uploading files to multiupload.com


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Shell Script for uploading files to multiupload.com
# 1  
Old 12-23-2011
Shell Script for uploading files to multiupload.com

Hi

Please help me writing a shell script for multiupload.

result should look like:

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

Image

There seems to be no official API.
# 2  
Old 12-23-2011
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!
# 3  
Old 12-23-2011
Quote:
Originally Posted by admin_xor
Does this site give you ftp access? Because ftp would be easier to deal with than http.
No ftp access. There is only a web form to upload a local file. I even don't have an account.

Code:
> 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

Quote:
Originally Posted by admin_xor
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!
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.
# 4  
Old 03-23-2012
Multiupload.com is now down.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Uploading files via php

I used the following code, which I found on the internet to upload files. <!-- The data encoding type, enctype, MUST be specified as below --> <form enctype="multipart/form-data" action="upload2.php" method="POST"> <!-- MAX_FILE_SIZE must precede the file input field --> <input... (2 Replies)
Discussion started by: jgt
2 Replies

2. UNIX for Dummies Questions & Answers

Plowshare Command In Uploading Files

OK i am completely new to this stuff!! let me start from the beginning!!! I Am connected to Whatbox.ca Via SSH!! Then I installed plowshare using their guide perfectly Now They Told Me To refer Plowshare site's Command list for uploading any files to Various... (4 Replies)
Discussion started by: anime12345
4 Replies

3. UNIX and Linux Applications

Need help on uploading Video files on Mediawiki and embed to page

I am working on to uploading Video files on Mediawiki and embed to page but not getting success. I tried plugin like MediaPlayer and HTML5Player but these plugins seems having extension limitation as i need to embed files like .wmv, .mpg etc. I am using mediawiki1.17 and CentOS5.8 x64 bit ... (1 Reply)
Discussion started by: sunnysthakur
1 Replies

4. Shell Programming and Scripting

to block the files uploading via the port

Hi Folks, I am not good in shell scripting. Please help me with my problem. Is it possible to block the file named "ss.cgi" using the port 25 to upload. (4 Replies)
Discussion started by: gsiva
4 Replies

5. Web Development

Content Management System for uploading large files

Hi everybody, I am currently trying to develop a simple content management system where I have an internal website for my users to upload large files onto the server. The site is password protected and my users won't be trying to hack into the system so security is a non-factor (as least for... (3 Replies)
Discussion started by: z1dane
3 Replies

6. UNIX for Advanced & Expert Users

Uploading files in chronological order

Thanks for your help. (3 Replies)
Discussion started by: circuit.muni
3 Replies

7. Shell Programming and Scripting

Simple script uploading *.dem files to an ftp

Hello.. i want to create a simple script that's upload all the *.dem files from one directory to ftp and then delete them. Any help? (3 Replies)
Discussion started by: TuXaKoS
3 Replies

8. UNIX for Advanced & Expert Users

Perl Uploading Files

Using perl 5.8.0, Linux 2.4.20-30.9, RedHat 9.0. We have many .cgi's that allow privileged users to upload files to the server through a web browser. We've had these .cgi's for years and have never had any problems with them. Recently the files being uploaded are sometimes being given 600... (16 Replies)
Discussion started by: sstevens
16 Replies

9. UNIX for Dummies Questions & Answers

uploading Zipped files get 553 error

I am trying to upload .zip files to Unix server and get the error 553 qmerev2002.zip: Permission denied, what is my problem?? I am able to load other files and folders fine. (3 Replies)
Discussion started by: CoastGuard1970
3 Replies
Login or Register to Ask a Question