Marketplace:

 
Cheap web hosting provider with extensive free web hosting features
Register or buy domain name, include free email and domain forwarding services
Cheap and affordable domain name registration and domain name transfer from $2.95/yr

 

   

Mirror Websites

next up previous contents index

Wget is a command line tool to download multiple files from http and ftp addresses on the Internet. Suppose you wish to download all of the available xmms skins from http://www.spacefem.com/skins/. The skins are in files with the .tar.gz extension:



  $ wget -r -l 1 -A tar.gz -nd http://www.spacefem.com/skins/


Here the -r flag indicates that we want to recurse through the link, while -l 1 indicates that we recurse only a single level. The -A .tar.gz resticts the download to just those files the have a .tar.gz extension. The extenstions can be a comma separated list. The -nd request wget to not create any directories--the files are downloaded to the current directory.


Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " Do what you think is interesting, do something that you think is fun and worthwhile, because otherwise you won't do it well anyway.   "  

Monday 1 December 2008 22:58:29 1228172309