ftp ftp://ftp.lab.mlc.edu.tw/UNIX/wget/wget-1.6.tar.gz
tar zxvf wget-1.6.tar.gz
cd wget-1.6
./configure
make
make install
cd /usr/ports/ftp/wget ; make install ; make clean
在 9 月 5 日 11:04 時,用 crontab 抓 FreeBSD 的 ISO 檔
4 11 5 9 * root /usr/local/bin/wget -P /ftp/ftp/ISO-IMAGES ftp://freebsd.csie.nctu.edu.tw/pub/i386/ISO-IMAGES/4.7/4.7-mini.iso > /dev/null 2>&1
使用wget指令將wwwAin1資料夾整個抓回來目前的位置
wget -m -nH -P ./ --cut-dirs=1 ftp://ftp.lab.mlc.edu.tw/UNIX/wwwAin1/
wget -m -nH -P ./ --cut-dirs=4 ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:13/
將apache更新的ports抓回
cd /usr/ports
wget -m -nH -P ./ --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/apache13/
將sendmail更新的ports抓回
cd /usr/ports
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/mail/sendmail/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/mail/sendmail-sasl/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/security/openssl/
mkdir -p /usr/etc/rc.d
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/security/sudo/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/security/pidentd/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/shells/bash2/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/textproc/expat/
cd /usr/ports/security/sudo ; make install clean
cd /usr/ports/security/pidentd ; make install clean
cd /usr/ports/shells/bash2 ; make install clean
chsh -s bash ; exit
wget -m -nH -p /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/Mk/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/security/openssh/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/databases/mysql323-client/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/databases/mysql323-server/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/devel/libtool/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/graphics/gd2/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/graphics/jpeg/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/graphics/png/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/mail/imap-uw/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/print/freetype2/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/apache13-modssl/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/apache13/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/mod_fastcgi/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/mod_gzip/
wget -m -nH -P /usr/ports --cut-dirs=3 ftp://freebsd.csie.nctu.edu.tw/pub/ports/ports/www/mod_php4/
GNU Wget 1.6, un programma non interattivo per scaricare file dalla rete.
Uso: wget [OPZIONE]... [URL]...
Gli argomenti obbligatori per le opzioni lunghe lo sono anche per quelle
corte.
Startup:
-V, --version display the version of Wget and exit.
-h, --help print this help.
-b, --background go to background after startup.
-e, --execute=COMMAND execute a `.wgetrc'-style command.
Logging and input file:
-o, --output-file=FILE log messages to FILE.
-a, --append-output=FILE append messages to FILE.
-d, --debug print debug output.
-q, --quiet quiet (no output).
-v, --verbose be verbose (this is the default).
-nv, --non-verbose turn off verboseness, without being quiet.
-i, --input-file=FILE download URLs found in FILE.
-F, --force-html treat input file as HTML.
-B, --base=URL prepends URL to relative links in -F -i file.
Download:
--bind-address=ADDRESS bind to ADDRESS (hostname or IP) on local host.
-t, --tries=NUMBER set number of retries to NUMBER (0 unlimits).
-O --output-document=FILE write documents to FILE.
-nc, --no-clobber don't clobber existing files or use .# suffixes.
-c, --continue restart getting an existing file.
--dot-style=STYLE set retrieval display style.
-N, --timestamping don't retrieve files if older than local.
-S, --server-response print server response.
--spider don't download anything.
-T, --timeout=SECONDS set the read timeout to SECONDS.
-w, --wait=SECONDS wait SECONDS between retrievals.
--waitretry=SECONDS wait 1...SECONDS between retries of a retrieval.
-Y, --proxy=on/off turn proxy on or off.
-Q, --quota=NUMBER set retrieval quota to NUMBER.
--inet use IP version 4 socket.
--inet6 use IP version 6 socket.
Directory:
-nd --no-directories non crea directory.
-x, --force-directories forza la creazione delle directory.
-nH, --no-host-directories non crea directory sull'host.
-P, --directory-prefix=PREFISSO salva i file in PREFISSO/...
--cut-dirs=NUMERO ignora NUMERO componenti delle
directory remote.
HTTP options:
--http-user=USER set http user to USER.
--http-passwd=PASS set http password to PASS.
-C, --cache=on/off (dis)allow server-cached data (normally allowed).
-E, --html-extension save all text/html documents with .html extension.
--ignore-length ignore `Content-Length' header field.
--header=STRING insert STRING among the headers.
--proxy-user=USER set USER as proxy username.
--proxy-passwd=PASS set PASS as proxy password.
--referer=URL include `Referer: URL' header in HTTP request.
-s, --save-headers save the HTTP headers to file.
-U, --user-agent=AGENT identify as AGENT instead of Wget/VERSION.
FTP options:
--retr-symlinks when recursing, retrieve linked-to files (not dirs).
-g, --glob=on/off turn file name globbing on or off.
--passive-ftp use the "passive" transfer mode.
Recursive retrieval:
-r, --recursive recursive web-suck -- use with care!.
-l, --level=NUMBER maximum recursion depth (inf or 0 for infinite).
--delete-after delete files locally after downloading them.
-k, --convert-links convert non-relative links to relative.
-K, --backup-converted before converting file X, back up as X.orig.
-m, --mirror shortcut option equivalent to -r -N -l inf -nr.
-nr, --dont-remove-listing don't remove `.listing' files.
-p, --page-requisites get all images, etc. needed to display HTML page.
Recursive accept/reject:
-A, --accept=LIST comma-separated list of accepted extensions.
-R, --reject=LIST comma-separated list of rejected extensions.
-D, --domains=LIST comma-separated list of accepted domains.
--exclude-domains=LIST comma-separated list of rejected domains.
--follow-ftp follow FTP links from HTML documents.
--follow-tags=LIST comma-separated list of followed HTML tags.
-G, --ignore-tags=LIST comma-separated list of ignored HTML tags.
-H, --span-hosts go to foreign hosts when recursive.
-L, --relative follow relative links only.
-I, --include-directories=LIST list of allowed directories.
-X, --exclude-directories=LIST list of excluded directories.
-nh, --no-host-lookup don't DNS-lookup hosts.
-np, --no-parent don't ascend to the parent directory.
Inviare segnalazioni di bug e suggerimenti a .