[Bug 8876] New: add some useful wget options

bugzilla at busybox.net bugzilla at busybox.net
Sat Apr 23 02:29:54 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8876

            Bug ID: 8876
           Summary: add some useful wget options
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Networking
          Assignee: unassigned at busybox.net
          Reporter: mantoxpub at people.it
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

-t,  --tries=NUMBER              set number of retries to NUMBER (0 unlimits).
 -S,  --server-response           print server response.
 -N,  --timestamping              don't re-retrieve files unless newer than
local.
 -nc, --no-clobber                skip downloads that would download to
                                  existing files (overwriting them).
 --header=STRING             insert STRING among the headers.
 --max-redirect              maximum redirections allowed per page.

Without the "-t" switch sometimes wget loops indefinitely (not good for
scripts).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list