#wget [URL]
#wget --limit-rate=[x]k or m [URL] ;in bytes, kilo(k) bytes or mega(m) bytes.
#wget --http-user=user --http-passwd=password [URL]
#wget --ftp-user=USER --ftp-password=PASS [URL] ;set ftp password to PASS.
#wget -c [URL] ;Continue getting a partially-downloaded file.
#wget -r -l 1 -A [suffixes (separate with comma)] [URL]
depth
- #wget -nd -r -l 1 -A [suffixes (separate with comma)] [URL]
- -nd
- --no-directories
- Do not create a hierarchy of directories when retrieving recursively. With this option turned on, all files will get saved to the current directory, without clobbering (if a name shows up more than once, the filenames will get extensions .n).
- Ref:
- about wget command
No comments:
Post a Comment