LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-25-2004, 12:53 AM   #1
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Rep: Reputation: 30
50+ Files to download


Ok my friend has a server such as www.blahblah.net/blah/Music and i wanna download everything from there in the Music folder. But if i use Firefox or mozilla.....etc I have to download the file one by one.....which is really really annoying especially when you have 50+ files that you gotta download. Does Anyways know a good program for doing this i check out Downloader for x and its really really stupid...... it doesnt work.....Is there any other program other than that? Thanx!!!!


Matt3333
 
Old 06-25-2004, 02:28 AM   #2
Goala
Member
 
Registered: May 2004
Location: Merida (Spain)
Distribution: Debian
Posts: 89

Rep: Reputation: 15
Use wget.

try this:

Code:
wget -c -A mp3,ogg -r --no-parent http://www.blahblah.net/blah/Music
change the mp3,ogg string and add all the file extensions you want to download (perhaps you need to add zip, wma, rar, gz, tgz ...), or quit the -A switch if you want to download all the files.

See http://qcd.nersc.gov/utilities/wget.html for options details.

bye.

Last edited by Goala; 06-25-2004 at 02:34 AM.
 
Old 06-25-2004, 02:44 AM   #3
fluppi
Member
 
Registered: Oct 2003
Location: Switzerland (Europe)
Distribution: OpenSuSE, RedHat, Knoppix, IRIX + MacOSX
Posts: 198

Rep: Reputation: 31
wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
 
Old 06-25-2004, 02:47 AM   #4
fluppi
Member
 
Registered: Oct 2003
Location: Switzerland (Europe)
Distribution: OpenSuSE, RedHat, Knoppix, IRIX + MacOSX
Posts: 198

Rep: Reputation: 31
I'm sorry, Goala can type faster ;-) Cool !
 
Old 06-25-2004, 02:55 AM   #5
Goala
Member
 
Registered: May 2004
Location: Merida (Spain)
Distribution: Debian
Posts: 89

Rep: Reputation: 15
you can call me lightning-fingers hahahaha
 
Old 06-25-2004, 11:14 AM   #6
Ebel
Member
 
Registered: May 2004
Distribution: Slackware 10
Posts: 63

Rep: Reputation: 15
If you know all the files you want to download, you can just stick all the URLs in a file and just call wget -i file-with-urls.txt, and wget will download all the URLS in that file.
 
Old 06-26-2004, 12:04 AM   #7
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok thanx guys i had to add --http-USER=NAME and --http-PASS=pass Anyone Know perhaps a GUI version or a different program thats gui cuz i used GWget2 something like that and it SUCKS!!!!!! I would just like to see it download it instead of using this.......But wget is pretty good little program Thanx~!!1!!!


Matt3333
 
Old 06-26-2004, 02:23 AM   #8
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
I would think any ftp program would do it, e.g. gftp, or konqueror.
 
Old 06-26-2004, 05:47 AM   #9
orchidy
LQ Newbie
 
Registered: Jun 2004
Posts: 1

Rep: Reputation: 0
ftp -s *.txt
but there must be all file-name in the *.txt.
 
Old 06-26-2004, 09:35 AM   #10
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok well gftp doesnt do it i keep getting password wrong for some reason? And i wanna login into www.balh.com/blah not www.blah.com is it was just www.blah.com it would work but becuase its /blah it doesnt work. Maybe its becuasse im using the unstable version of gftp but it doesnt work like that and if i type under address http://www.blah.com/blah/Music it usually pops up and askes me again for the password then it says it wrong. OR it will say gftp doesnt support that format Hopefully in the future version will beginning to support that. Sorry something like that!!!!

On the other Hand it worked i download all the Music files i need but.....heh where do they go I used wget last time as i was root and it just downloaded to /root but this time im a user. I check my home directory the directory i was in and i was unable to find the 345 files that i downloaded or it said were successfully downloaded. And trust me i think i would notice that many files if they wer in my /home/matt/ directory heh anyways anyone know where else it would download to? I looked to see if wget has a DOWNLOAD DIRECTORY but i couldnt seem to find one? Maybe i over looked?? Thanx for your Help!!!!!!


Matt3333
 
Old 06-26-2004, 08:27 PM   #11
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
If you like a gui, use kfind or gnome-search-tool to find files created on the date you downloaded them, and with whatever extension they have. If you like the command line, use locate or find.
 
Old 06-27-2004, 02:11 PM   #12
mrgrieves
Member
 
Registered: Apr 2004
Location: north of 52, south of 54
Distribution: slackware 10.0
Posts: 108

Rep: Reputation: 15
Hi,

What if I need to put a password in? Like theres a page called register.php, and when I put the URL in (http://bootlegs.weezernation.com/?di...ollywood,%20CA) it automatically downloads the files on the page bootlegs.weezernation.com/register.php? but not the music files?
 
Old 06-27-2004, 02:29 PM   #13
ahh
Member
 
Registered: May 2004
Location: UK
Distribution: Gentoo
Posts: 293

Rep: Reputation: 31
Assuming you have a password I think the easiest way to do it would be with konqueror. Once you are logged in you can use a split window to drag the files across into the directory of your choice.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
download ES 4 files ust Linux - General 1 03-08-2005 06:00 AM
which files to download cdl00 Fedora 6 07-22-2004 03:25 PM
help with download...which files? GoinEasy9 Debian 2 04-09-2004 10:45 PM
Download Manager - download BIG files AndrewMSConvert Linux - General 3 11-09-2003 06:26 AM
where do you download files to? itsjustme Linux - General 5 05-12-2003 09:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration