Skip to content
Updated Home (markdown) authored by Tim Rühsen's avatar Tim Rühsen
...@@ -57,7 +57,84 @@ scripts. ...@@ -57,7 +57,84 @@ scripts.
- use HTTP 'Accept-Encoding': gzip, deflate, lzma, bzip2 - use HTTP 'Accept-Encoding': gzip, deflate, lzma, bzip2
- CLI string options can be set to NULL by prepending a --no-, e.g. --no-user-agent - CLI string options can be set to NULL by prepending a --no-, e.g. --no-user-agent
## Differing CLI options Wget/Wget2
Feature | Wget | Wget2 Option|Wget|Wget2
------------------------- | --------------- | ----- ------------------------- | --------------- | -----
--accept-regex|✓|
--ask-password|✓|
--auth-no-challenge|✓|
--background|✓|
--body-data|✓|
--body-file|✓|
--check-hostname||✓
--chunk-size||✓
--config|✓|
--config|✓|
--content-on-error|✓|
--continue|✓|
--convert-file-only|✓|
--continue-download||✓
--cookie-suffixes||✓
--default_page||✓
--dns-caching||✓
--exclude-directories|✓|
--egd-file||✓
--follow-ftp|✓|
--force-atom||✓
--force-css||✓
--ftp-password|✓|
--ftps-clear-data-connection|✓|
--ftps-fallback-to-ftp|✓|
--ftps-implicit|✓|
--ftps-resume-ssl|✓|
--ftp-user|✓|
--glob|✓|
--header|✓|
--force-rss||✓
--force-sitemap||✓
--gnutls-options||✓
--hsts|✓|
--http2||✓
--http-proxy||✓
--https-proxy||✓
--if-modified-since|✓|
--ignore-length|✓|
--include-directories|✓|
--input-encoding||✓
--limit-rate|✓|
--method|✓|
--num-threads||✓
--ocsp||✓
--ocsp-file||✓
--ocsp-stapling||✓
--passive-ftp|✓|
--preserve-permissions|✓|
--proxy-password|✓|
--proxy-user|✓|
--random-file||✓
--regex-type|✓|
--rejected-log|✓|
--reject-regex|✓|
--relative|✓|
--remove-listing|✓|
--report-speed|✓|
--retr-symlinks|✓|
--retry-connrefused|✓|
--robots||✓
--show-progress|✓|
--start-pos|✓|
--tcp-fastopen||✓
--unlink|✓|
--verbose|✓|
--warc-cdx|✓|
--warc-compression|✓|
--warc-dedup|✓|
--warc-digests|✓|
--warc-file|✓|
--warc-header|✓|
--warc-keep-log|✓|
--warc-max-size|✓|
--warc-tempdir|✓|