Lines Matching +full:auto +full:- +full:retry

1 .\"-
2 .\" Copyright (c) 2000-2014 Dag-Erling Smørgrav
3 .\" Copyright (c) 2013-2016 Michael Gmelin <freebsd@grem.de>
41 .Op Fl -bind-address= Ns Ar host
42 .Op Fl -ca-cert= Ns Ar file
43 .Op Fl -ca-path= Ns Ar dir
44 .Op Fl -cert= Ns Ar file
45 .Op Fl -crl= Ns Ar file
47 .Op Fl -key= Ns Ar file
49 .Op Fl -no-passive
50 .Op Fl -no-proxy= Ns Ar list
51 .Op Fl -no-sslv3
52 .Op Fl -no-tlsv1
53 .Op Fl -no-verify-hostname
54 .Op Fl -no-verify-peer
56 .Op Fl -referer= Ns Ar URL
59 .Op Fl -user-agent= Ns Ar agent-string
65 .Op Fl -bind-address= Ns Ar host
66 .Op Fl -ca-cert= Ns Ar file
67 .Op Fl -ca-path= Ns Ar dir
68 .Op Fl -cert= Ns Ar file
69 .Op Fl -crl= Ns Ar file
71 .Op Fl -key= Ns Ar file
73 .Op Fl -no-passive
74 .Op Fl -no-proxy= Ns Ar list
75 .Op Fl -no-sslv3
76 .Op Fl -no-tlsv1
77 .Op Fl -no-verify-hostname
78 .Op Fl -no-verify-peer
80 .Op Fl -referer= Ns Ar URL
83 .Op Fl -user-agent= Ns Ar agent-string
89 utility provides a command-line interface to the
96 .Bl -tag -width Fl
97 .It Fl 1 , -one-file
99 .It Fl 4 , -ipv4-only
103 .It Fl 6 , -ipv6-only
107 .It Fl A , -no-redirect
109 Some broken Web sites will return a redirect instead of a not-found
111 .It Fl a , -retry
112 Automatically retry the transfer upon soft failures.
113 .It Fl B Ar bytes , Fl -buffer-size= Ns Ar bytes
122 .It Fl -bind-address= Ns Ar host
131 .It Fl -ca-cert= Ns Ar file
136 .It Fl -ca-path= Ns Ar dir
141 .It Fl -cert= Ns Ar file
146 .It Fl -crl= Ns Ar file
152 .It Fl d , -direct
154 .It Fl F , -force-restart
172 .It Fl i Ar file , Fl -if-modified-since= Ns Ar file
173 If-Modified-Since mode: the remote file will only be retrieved if it
178 .It Fl -key= Ns Ar file
183 .It Fl l , -symlink
184 If the target is a file-scheme URL, make a symbolic link to the target
187 .It Fl m , -mirror
195 .It Fl N Ar file , Fl -netrc= Ns Ar file
205 .It Fl n , -no-mtime
207 .It Fl -no-passive
209 .It Fl -no-proxy= Ns Ar list
211 altogether, or a comma- or whitespace-separated list of hosts for
213 .It Fl -no-sslv3
222 .It Fl -no-tlsv1
225 .It Fl -no-verify-hostname
229 .It Fl -no-verify-peer
232 .It Fl o Ar file , Fl -output= Ns Ar file
247 .It Fl p , -passive
253 .Fl -no-passive
258 .It Fl -referer= Ns Ar URL
263 .Dq auto ,
265 .It Fl q , -quiet
267 .It Fl R , -keep-output
270 .It Fl r , -restart
277 .It Fl S Ar bytes , Fl -require-size= Ns Ar bytes
283 .It Fl s , -print-size
285 .It Fl T Ar seconds , Fl -timeout= Ns Ar seconds
293 .It Fl U , -passive-portrange-default
299 .It Fl -user-agent= Ns Ar agent-string
300 Specifies the User-Agent string to use for HTTP requests.
303 .It Fl v , -verbose
305 .It Fl w Ar seconds , Fl -retry-delay= Ns Ar seconds
323 .Bl -tag -width HTTP_TIMEOUT
379 .Bd -literal -offset indent
380 $ fetch -1 -q https://www.freebsd.org/bad.html \e
389 .Bd -literal -offset indent
390 $ fetch -v ftp.freebsd.org/pub/FreeBSD/README.TXT
403 .Bd -literal -offset indent
404 fetch -o myreadme.txt -q -R ftp.freebsd.org/pub/FreeBSD/README.TXT
409 .Bd -literal -offset indent
410 $ fetch -s ftp.freebsd.org/pub/FreeBSD/README.TXT
411 --user-agent="Mozilla/5.0 (X11; FreeBSD x86_64; rv:78.0) Gecko/20100101"
417 file and retry the transfer upon soft failures:
418 .Bd -literal -offset indent
419 $ fetch -a -r http://ftp.freebsd.org/pub/FreeBSD/README.TXT
432 .An -nosplit
436 .An Jean-Marc Zucconi Aq Mt jmz@FreeBSD.org .
437 It was extensively re-worked for
444 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org