| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Wise Old Owl
Join Date: Jun 2004
Location: omnipresent
Posts: 1,191
|
uggh .. doesnt prozgui work ?
im not sure ! ----- alibi
__________________
What I've felt, What I've known; Never shined through in what I've shown Never free, Never me; So I dub thee unforgiven -Metallica |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
hey GNUrag, can u tell me how to add a batch download in wget, i cant find the option in man pages.
@alib_i: i dont think prozilla or prozgui has any batch download options.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#5 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
make a plain text file. And put all the download URLs in that file, one URL per line.
then give: $ wget -b -i filename.txt -b option will put wget into background daemon mode and complete the downloads while you work with other things,.
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
#6 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
So how use wildcard characters ?
Say i want to download www.abc.com/file01.ext www.abc.com/file02.ext ... www.abc.com/file99.ext how can i do this ?
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#7 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Wild card in wget does work, but only with FTP and not with HTTP (due to HTTP's protocol limitations).
Try : $ wget ftp://ftp.de.debian.org/debian/pool/.../mc/*i386*.deb
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
#8 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
ok, thanks gnurag, will try it.
but i'm stil in search or a downloader which can make use of wildcards even with http.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|