Results 1 to 5 of 5
-
12th Apr 2011, 02:52 AM #1OPBannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoLooking for: HTTP File Downloading script
Hi,
I am looking for a script that automatically downloads files with different filename (ranges). I am trying to download a great number of images with numbered. They are located in a directory see example:
Code:http://www.website.com/images/2003000.jpg http://www.website.com/images/2003001.jpg http://www.website.com/images/2003002.jpg http://www.website.com/images/2003003.jpg http://www.website.com/images/2003004.jpg
It should download filenames with a specific range, for example 2003000.jpg till 20030689.jpg
The script should run on a linux based system, thus a shell script, or PHP etc.
Thank youCuraHack Reviewed by CuraHack on . Looking for: HTTP File Downloading script Hi, I am looking for a script that automatically downloads files with different filename (ranges). I am trying to download a great number of images with numbered. They are located in a directory see example: http://www.website.com/images/2003000.jpg http://www.website.com/images/2003001.jpg http://www.website.com/images/2003002.jpg http://www.website.com/images/2003003.jpg http://www.website.com/images/2003004.jpg and so on... Rating: 5
-
12th Apr 2011, 02:57 AM #2OPBannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoAh wait, found this one:
Code:#!/bin/bash # fixed vars URL=http://domain.com/logs/# URL address 'till logfile name PREF=logprefix # logfile prefix (before number) POSTF=.log # logfile suffix (after number) DIGITS=3# how many digits logfile's number have DLDIR=~/Downloads# download directory TOUT=5# timeout for quit # code for((i=1;i<10**$DIGITS;++i)) do file=$PREF`printf "%0${DIGITS}d" $i`$POSTF # local file name dl=$URL$file # full URL to download echo "$dl -> $DLDIR/$file"# monitoring, can be commented wget -T $TOUT -q $dl -O $file if["$?"-ne 0]# test if we finished then exit fi done
-
12th Apr 2011, 03:31 AM #3MemberWebsite's:
itleech.com fixdownloads.com downtoolz.com itcoder.usWhy don't u use IDM GRABBER. it will download thsoe files
Signature too big, removed by Staff
-
12th Apr 2011, 03:32 AM #4OPBannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoOk, I succeeded after some minor changes
-
12th Apr 2011, 03:33 AM #5MemberWebsite's:
csoffensive.com fagbag.mei was gonna suggest idm but he said linux
meh anyways he already found it so its cool
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
downloading from file hosting links with FTP?
By Mitt281 in forum Web Application/Script SupportReplies: 1Last Post: 7th Nov 2012, 05:43 AM -
Cant visit my home while downloading a file vps(kloxo)
By dark_horse in forum Server ManagementReplies: 5Last Post: 26th Jan 2011, 12:13 AM -
Downloading YouTube Videos to MP3 or as video file
By DXS in forum General DiscussionReplies: 10Last Post: 4th Jul 2010, 12:37 PM -
[PHP] Downloading a file with cURL
By Whoo in forum Web Development AreaReplies: 6Last Post: 20th Jun 2010, 08:25 PM -
File-Sharers Face ?3 Thanks? for Excessive Downloading
By ACiD in forum News & Current EventsReplies: 0Last Post: 1st Apr 2009, 12:59 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...