Activity Stream
48,167 MEMBERS
6975 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info

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

    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
    and so on...

    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 you
    CuraHack 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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    Ah 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 "&#37;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
    Testing it at this moment.

  4.     
    #3
    Member
    Website's:
    itleech.com fixdownloads.com downtoolz.com itcoder.us
    Why don't u use IDM GRABBER. it will download thsoe files
    Signature too big, removed by Staff

  5.     
    #4
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    Ok, I succeeded after some minor changes

  6.     
    #5
    Member
    Website's:
    csoffensive.com fagbag.me
    i was gonna suggest idm but he said linux
    meh anyways he already found it so its cool

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. downloading from file hosting links with FTP?
    By Mitt281 in forum Web Application/Script Support
    Replies: 1
    Last Post: 7th Nov 2012, 05:43 AM
  2. Cant visit my home while downloading a file vps(kloxo)
    By dark_horse in forum Server Management
    Replies: 5
    Last Post: 26th Jan 2011, 12:13 AM
  3. Downloading YouTube Videos to MP3 or as video file
    By DXS in forum General Discussion
    Replies: 10
    Last Post: 4th Jul 2010, 12:37 PM
  4. [PHP] Downloading a file with cURL
    By Whoo in forum Web Development Area
    Replies: 6
    Last Post: 20th Jun 2010, 08:25 PM
  5. File-Sharers Face ?3 Thanks? for Excessive Downloading
    By ACiD in forum News & Current Events
    Replies: 0
    Last Post: 1st Apr 2009, 12:59 AM

Tags for this Thread

BE SOCIAL