]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/fetch/fetch.1
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / usr.bin / fetch / fetch.1
1 .\"-
2 .\" Copyright (c) 2000-2014 Dag-Erling Smørgrav
3 .\" Copyright (c) 2013-2016 Michael Gmelin <freebsd@grem.de>
4 .\" All rights reserved.
5 .\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used
6 .\" by permission.
7 .\"
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
10 .\" are met:
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer
13 .\"    in this position and unchanged.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\" 3. The name of the author may not be used to endorse or promote products
18 .\"    derived from this software without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD$
32 .\"
33 .Dd October 29, 2020
34 .Dt FETCH 1
35 .Os
36 .Sh NAME
37 .Nm fetch
38 .Nd retrieve a file by Uniform Resource Locator
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl 146AadFlMmnPpqRrsUv
42 .Op Fl B Ar bytes
43 .Op Fl -bind-address= Ns Ar host
44 .Op Fl -ca-cert= Ns Ar file
45 .Op Fl -ca-path= Ns Ar dir
46 .Op Fl -cert= Ns Ar file
47 .Op Fl -crl= Ns Ar file
48 .Op Fl i Ar file
49 .Op Fl -key= Ns Ar file
50 .Op Fl N Ar file
51 .Op Fl -no-passive
52 .Op Fl -no-proxy= Ns Ar list
53 .Op Fl -no-sslv3
54 .Op Fl -no-tlsv1
55 .Op Fl -no-verify-hostname
56 .Op Fl -no-verify-peer
57 .Op Fl o Ar file
58 .Op Fl -referer= Ns Ar URL
59 .Op Fl S Ar bytes
60 .Op Fl T Ar seconds
61 .Op Fl -user-agent= Ns Ar agent-string
62 .Op Fl w Ar seconds
63 .Ar URL ...
64 .Nm
65 .Op Fl 146AadFlMmnPpqRrsUv
66 .Op Fl B Ar bytes
67 .Op Fl -bind-address= Ns Ar host
68 .Op Fl -ca-cert= Ns Ar file
69 .Op Fl -ca-path= Ns Ar dir
70 .Op Fl -cert= Ns Ar file
71 .Op Fl -crl= Ns Ar file
72 .Op Fl i Ar file
73 .Op Fl -key= Ns Ar file
74 .Op Fl N Ar file
75 .Op Fl -no-passive
76 .Op Fl -no-proxy= Ns Ar list
77 .Op Fl -no-sslv3
78 .Op Fl -no-tlsv1
79 .Op Fl -no-verify-hostname
80 .Op Fl -no-verify-peer
81 .Op Fl o Ar file
82 .Op Fl -referer= Ns Ar URL
83 .Op Fl S Ar bytes
84 .Op Fl T Ar seconds
85 .Op Fl -user-agent= Ns Ar agent-string
86 .Op Fl w Ar seconds
87 .Fl h Ar host Fl f Ar file Oo Fl c Ar dir Oc
88 .Sh DESCRIPTION
89 The
90 .Nm
91 utility provides a command-line interface to the
92 .Xr fetch 3
93 library.
94 Its purpose is to retrieve the file(s) pointed to by the URL(s) on the
95 command line.
96 .Pp
97 The following options are available:
98 .Bl -tag -width Fl
99 .It Fl 1 , -one-file
100 Stop and return exit code 0 at the first successfully retrieved file.
101 .It Fl 4 , -ipv4-only
102 Forces
103 .Nm
104 to use IPv4 addresses only.
105 .It Fl 6 , -ipv6-only
106 Forces
107 .Nm
108 to use IPv6 addresses only.
109 .It Fl A , -no-redirect
110 Do not automatically follow ``temporary'' (302) redirects.
111 Some broken Web sites will return a redirect instead of a not-found
112 error when the requested object does not exist.
113 .It Fl a , -retry
114 Automatically retry the transfer upon soft failures.
115 .It Fl B Ar bytes , Fl -buffer-size= Ns Ar bytes
116 Specify the read buffer size in bytes.
117 The default is 16,384 bytes.
118 Attempts to set a buffer size lower than this will be silently
119 ignored.
120 The number of reads actually performed is reported at verbosity level
121 two or higher (see the
122 .Fl v
123 flag).
124 .It Fl -bind-address= Ns Ar host
125 Specifies a hostname or IP address to which sockets used for outgoing
126 connections will be bound.
127 .It Fl c Ar dir
128 The file to retrieve is in directory
129 .Ar dir
130 on the remote host.
131 This option is deprecated and is provided for backward compatibility
132 only.
133 .It Fl -ca-cert= Ns Ar file
134 [SSL]
135 Path to certificate bundle containing trusted CA certificates.
136 If not specified,
137 .Pa /usr/local/etc/ssl/cert.pem
138 is used.
139 If this file does not exist,
140 .Pa /etc/ssl/cert.pem
141 is used instead.
142 If neither file exists and no CA path has been configured,
143 OpenSSL's default CA cert and path settings apply.
144 The certificate bundle can contain multiple CA certificates.
145 The
146 .Pa security/ca_root_nss
147 port is a common source of a current CA bundle.
148 .It Fl -ca-path= Ns Ar dir
149 [SSL]
150 The directory
151 .Ar dir
152 contains trusted CA hashes.
153 .It Fl -cert= Ns Ar file
154 [SSL]
155 .Ar file
156 is a PEM encoded client certificate/key which will be used in
157 client certificate authentication.
158 .It Fl -crl= Ns Ar file
159 [SSL]
160 Points to certificate revocation list
161 .Ar file ,
162 which has to be in PEM format and may contain peer certificates that have
163 been revoked.
164 .It Fl d , -direct
165 Use a direct connection even if a proxy is configured.
166 .It Fl F , -force-restart
167 In combination with the
168 .Fl r
169 flag, forces a restart even if the local and remote files have
170 different modification times.
171 Implies
172 .Fl R .
173 .It Fl f Ar file
174 The file to retrieve is named
175 .Ar file
176 on the remote host.
177 This option is deprecated and is provided for backward compatibility
178 only.
179 .It Fl h Ar host
180 The file to retrieve is located on the host
181 .Ar host .
182 This option is deprecated and is provided for backward compatibility
183 only.
184 .It Fl i Ar file , Fl -if-modified-since= Ns Ar file
185 If-Modified-Since mode: the remote file will only be retrieved if it
186 is newer than
187 .Ar file
188 on the local host.
189 (HTTP only)
190 .It Fl -key= Ns Ar file
191 [SSL]
192 .Ar file
193 is a PEM encoded client key that will be used in client certificate
194 authentication in case key and client certificate are stored separately.
195 .It Fl l , -symlink
196 If the target is a file-scheme URL, make a symbolic link to the target
197 rather than trying to copy it.
198 .It Fl M
199 .It Fl m , -mirror
200 Mirror mode: if the file already exists locally and has the same size
201 and modification time as the remote file, it will not be fetched.
202 Note that the
203 .Fl m
204 and
205 .Fl r
206 flags are mutually exclusive.
207 .It Fl N Ar file , Fl -netrc= Ns Ar file
208 Use
209 .Ar file
210 instead of
211 .Pa ~/.netrc
212 to look up login names and passwords for FTP sites.
213 See
214 .Xr ftp 1
215 for a description of the file format.
216 This feature is experimental.
217 .It Fl n , -no-mtime
218 Do not preserve the modification time of the transferred file.
219 .It Fl -no-passive
220 Forces the FTP code to use active mode.
221 .It Fl -no-proxy= Ns Ar list
222 Either a single asterisk, which disables the use of proxies
223 altogether, or a comma- or whitespace-separated list of hosts for
224 which proxies should not be used.
225 .It Fl -no-sslv3
226 [SSL]
227 Do not allow SSL version 3 when negotiating the connection.
228 This option is deprecated and is provided for backward compatibility
229 only.
230 SSLv3 is disabled by default.
231 Set
232 .Ev SSL_ALLOW_SSL3
233 to change this behavior.
234 .It Fl -no-tlsv1
235 [SSL]
236 Do not allow TLS version 1 when negotiating the connection.
237 .It Fl -no-verify-hostname
238 [SSL]
239 Do not verify that the hostname matches the subject of the
240 certificate presented by the server.
241 .It Fl -no-verify-peer
242 [SSL]
243 Do not verify the peer certificate against trusted CAs.
244 .It Fl o Ar file , Fl -output= Ns Ar file
245 Set the output file name to
246 .Ar file .
247 By default, a ``pathname'' is extracted from the specified URI, and
248 its basename is used as the name of the output file.
249 A
250 .Ar file
251 argument of
252 .Sq Li \&-
253 indicates that results are to be directed to the standard output.
254 If the
255 .Ar file
256 argument is a directory, fetched file(s) will be placed within the
257 directory, with name(s) selected as in the default behaviour.
258 .It Fl P
259 .It Fl p , -passive
260 Use passive FTP.
261 These flags have no effect, since passive FTP is the default, but are
262 provided for compatibility with earlier versions where active FTP was
263 the default.
264 To force active mode, use the
265 .Fl -no-passive
266 flag or set the
267 .Ev FTP_PASSIVE_MODE
268 environment variable to
269 .Ql NO .
270 .It Fl -referer= Ns Ar URL
271 Specifies the referrer URL to use for HTTP requests.
272 If
273 .Ar URL
274 is set to
275 .Dq auto ,
276 the document URL will be used as referrer URL.
277 .It Fl q , -quiet
278 Quiet mode.
279 .It Fl R , -keep-output
280 The output files are precious, and should not be deleted under any
281 circumstances, even if the transfer failed or was incomplete.
282 .It Fl r , -restart
283 Restart a previously interrupted transfer.
284 Note that the
285 .Fl m
286 and
287 .Fl r
288 flags are mutually exclusive.
289 .It Fl S Ar bytes , Fl -require-size= Ns Ar bytes
290 Require the file size reported by the server to match the specified
291 value.
292 If it does not, a message is printed and the file is not fetched.
293 If the server does not support reporting file sizes, this option is
294 ignored and the file is fetched unconditionally.
295 .It Fl s , -print-size
296 Print the size in bytes of each requested file, without fetching it.
297 .It Fl T Ar seconds , Fl -timeout= Ns Ar seconds
298 Set timeout value to
299 .Ar seconds .
300 Overrides the environment variables
301 .Ev FTP_TIMEOUT
302 for FTP transfers or
303 .Ev HTTP_TIMEOUT
304 for HTTP transfers if set.
305 .It Fl U , -passive-portrange-default
306 When using passive FTP, allocate the port for the data connection from
307 the low (default) port range.
308 See
309 .Xr ip 4
310 for details on how to specify which port range this corresponds to.
311 .It Fl -user-agent= Ns Ar agent-string
312 Specifies the User-Agent string to use for HTTP requests.
313 This can be useful when working with HTTP origin or proxy servers that
314 differentiate between user agents.
315 .It Fl v , -verbose
316 Increase verbosity level.
317 .It Fl w Ar seconds , Fl -retry-delay= Ns Ar seconds
318 When the
319 .Fl a
320 flag is specified, wait this many seconds between successive retries.
321 .El
322 .Pp
323 If
324 .Nm
325 receives a
326 .Dv SIGINFO
327 signal (see the
328 .Cm status
329 argument for
330 .Xr stty 1 ) ,
331 the current transfer rate statistics will be written to the
332 standard error output, in the same format as the standard completion
333 message.
334 .Sh ENVIRONMENT
335 .Bl -tag -width HTTP_TIMEOUT
336 .It Ev FTP_TIMEOUT
337 Maximum time, in seconds, to wait before aborting an FTP connection.
338 .It Ev HTTP_TIMEOUT
339 Maximum time, in seconds, to wait before aborting an HTTP connection.
340 .El
341 .Pp
342 See
343 .Xr fetch 3
344 for a description of additional environment variables, including
345 .Ev FETCH_BIND_ADDRESS ,
346 .Ev FTP_LOGIN ,
347 .Ev FTP_PASSIVE_MODE ,
348 .Ev FTP_PASSWORD ,
349 .Ev FTP_PROXY ,
350 .Ev ftp_proxy ,
351 .Ev HTTP_ACCEPT ,
352 .Ev HTTP_AUTH ,
353 .Ev HTTP_PROXY ,
354 .Ev http_proxy ,
355 .Ev HTTP_PROXY_AUTH ,
356 .Ev HTTP_REFERER ,
357 .Ev HTTP_USER_AGENT ,
358 .Ev NETRC ,
359 .Ev NO_PROXY ,
360 .Ev no_proxy ,
361 .Ev SSL_CA_CERT_FILE ,
362 .Ev SSL_CA_CERT_PATH ,
363 .Ev SSL_CLIENT_CERT_FILE ,
364 .Ev SSL_CLIENT_KEY_FILE ,
365 .Ev SSL_CRL_FILE ,
366 .Ev SSL_ALLOW_SSL3 ,
367 .Ev SSL_NO_TLS1 ,
368 .Ev SSL_NO_TLS1_1 ,
369 .Ev SSL_NO_TLS1_2 ,
370 .Ev SSL_NO_VERIFY_HOSTNAME
371 and
372 .Ev SSL_NO_VERIFY_PEER .
373 .Sh EXIT STATUS
374 The
375 .Nm
376 command returns zero on success, or one on failure.
377 If multiple URLs are listed on the command line,
378 .Nm
379 will attempt to retrieve each one of them in turn, and will return
380 zero only if they were all successfully retrieved.
381 .Pp
382 If the
383 .Fl i
384 argument is used and the remote file is not newer than the
385 specified file then the command will still return success,
386 although no file is transferred.
387 .Sh EXAMPLES
388 Silently try to fetch the URLs passed as parameters.
389 The first one will fail.
390 If the second URL succeeds the third one will not be tried:
391 .Bd -literal -offset indent
392 $ fetch -1 -q https://www.freebsd.org/bad.html \e
393         ftp.freebsd.org/pub/FreeBSD/README.TXT \e
394         https://www.fake.url
395 fetch: https://www.freebsd.org/bad.html: Not Found
396 .Ed
397 .Pp
398 Be verbose when retrieving the
399 .Pa README.TXT
400 file:
401 .Bd -literal -offset indent
402 $ fetch -v ftp.freebsd.org/pub/FreeBSD/README.TXT
403 resolving server address: ftp.freebsd.org:80
404 requesting http://ftp.freebsd.org/pub/FreeBSD/README.TXT
405 local size / mtime: 4259 / 1431015519
406 remote size / mtime: 4259 / 1431015519
407 README.TXT                                            4259  B   44 MBps    00s
408 .Ed
409 .Pp
410 Quietly save the
411 .Pa README.TXT
412 file as
413 .Pa myreadme.txt
414 and do not delete the output file under any circumstances:
415 .Bd -literal -offset indent
416 fetch -o myreadme.txt -q -R ftp.freebsd.org/pub/FreeBSD/README.TXT
417 .Ed
418 .Pp
419 Print the size of the requested file and identify the request with a custom user
420 agent string:
421 .Bd -literal -offset indent
422 $ fetch -s ftp.freebsd.org/pub/FreeBSD/README.TXT
423 --user-agent="Mozilla/5.0 (X11; FreeBSD x86_64; rv:78.0) Gecko/20100101"
424 3513231
425 .Ed
426 .Pp
427 Restart the transfer of the
428 .Pa README.TXT
429 file and retry the transfer upon soft failures:
430 .Bd -literal -offset indent
431 $ fetch -a -r http://ftp.freebsd.org/pub/FreeBSD/README.TXT
432 .Ed
433 .Sh SEE ALSO
434 .Xr fetch 3 ,
435 .Xr phttpget 8
436 .Sh HISTORY
437 The
438 .Nm
439 command appeared in
440 .Fx 2.1.5 .
441 This implementation first appeared in
442 .Fx 4.1 .
443 .Sh AUTHORS
444 .An -nosplit
445 The original implementation of
446 .Nm
447 was done by
448 .An Jean-Marc Zucconi Aq Mt jmz@FreeBSD.org .
449 It was extensively re-worked for
450 .Fx 2.2
451 by
452 .An Garrett Wollman Aq Mt wollman@FreeBSD.org ,
453 and later completely rewritten to use the
454 .Xr fetch 3
455 library by
456 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
457 and
458 .An Michael Gmelin Aq Mt freebsd@grem.de .
459 .Sh NOTES
460 The
461 .Fl b
462 and
463 .Fl t
464 options are no longer supported and will generate warnings.
465 They were workarounds for bugs in other OSes which this implementation
466 does not trigger.
467 .Pp
468 One cannot both use the
469 .Fl h ,
470 .Fl c
471 and
472 .Fl f
473 options and specify URLs on the command line.