Current location: Hot Scripts Forums » General Community » Script Requests » URL Based Downloader?


URL Based Downloader?

Reply
  #1 (permalink)  
Old 01-01-10, 07:47 PM
Mr_Tito Mr_Tito is offline
New Member
 
Join Date: Nov 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
URL Based Downloader?

I am looking for a script that will allow me to download multiple files in URL form. Basically if I have 25 images or other file types, It'll save me the time having to manually download them via the web browser. So basically I input 25 or more URL's in a textarea that will then create the directories based on what the URL's says and then download the file(s) to the specified directory in that particular folder.

i.e:

http://someurl.com/directory1/file1.zip
http://someurl5.com/directory4/file6.txt
http://someurl3.com/directory2/file11.png
http://someurl1.com/directory9/file7.bar

The script will then create the directory that matches what is says on the first line, then download the file for that directory in to it. Then, it goes to the next line and repeats for the other address'

Last edited by Mr_Tito; 01-01-10 at 07:51 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-01-10, 09:14 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
You could try wget (wget(1): non-interactive network downloader - Linux man page)

Not tested.

wget -i <file of URLs> -x -nH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 01-08-10, 03:21 AM
wes-li wes-li is offline
New Member
 
Join Date: Jan 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
<form method=POST>
<textarea name="url"></textarea>
<input type="submit" name="send" value="download" />
</form>

php script late (wanna test )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks

Tags
creator, directory, downloader, url


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Redirect based on username, url, using php and mysql Vai PHP 2 05-10-08 03:40 AM
Image display based on URL rjwebgraphix PHP 5 09-09-04 09:02 AM
javascript redirection based on referring URL andyinorbit2000 Script Requests 1 05-31-04 02:56 AM
Declared Functions skipper23 PHP 4 12-17-03 11:06 AM
index page not showing up skipper23 PHP 3 12-15-03 02:10 PM


All times are GMT -5. The time now is 07:28 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.