WgetNotes
Wget Notes
EXAMPLE
wget -r -l1 -nd -erobots=off -np -A.mp3 http://www.example.com/
| BASIC ARGUMENTS | |
| -r | recursive |
| -l1 | only go one level deep |
| -nd | 'don't create directories (save everything in one directory) |
| -erobots=off | ignore the standard robots.txt files |
| -np | no parent (do not follow a link up to a parent directory) |
| -A.mp3 | all mp3 files (case sensitive) |
| OTHER USEFUL ARGUMENTS | |
| -H | span domains |
MORE INFORMATION
Edit -
History -
Print -
Recent Changes -
Search
Page last modified on September 30, 2006, at 09:02 AM EST