summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.1
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-10-23 15:22:53 +0000
committergreen <green@FreeBSD.org>1999-10-23 15:22:53 +0000
commitb6ebb73004de327dc34a9cb5b12dd55f933a8e20 (patch)
treec5eb081c16dd6dc380bd12ce38e924d796eb1458 /usr.bin/fetch/fetch.1
parent732f8d1ced1c1a73c458f8c126d3933903c41526 (diff)
downloadFreeBSD-src-b6ebb73004de327dc34a9cb5b12dd55f933a8e20.zip
FreeBSD-src-b6ebb73004de327dc34a9cb5b12dd55f933a8e20.tar.gz
Add the -F option. This is for forcing restarts with -r by inhibiting
transmission of the If-Range HTTP header field.
Diffstat (limited to 'usr.bin/fetch/fetch.1')
-rw-r--r--usr.bin/fetch/fetch.112
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 40b6835..919b559 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -7,14 +7,14 @@
.Nd retrieve a file by Uniform Resource Locator
.Sh SYNOPSIS
.Nm fetch
-.Op Fl AMPablmnpqrtv
+.Op Fl AFMPablmnpqrtv
.Op Fl S Ar size
.Op Fl T Ar timeout
.Op Fl o Ar file
.Ar URL
.Op Ar ...
.Nm fetch
-.Op Fl MPRlmnpqrv
+.Op Fl FMPRlmnpqrv
.Op Fl S Ar size
.Op Fl o Ar file
.Op Fl c Ar dir
@@ -65,6 +65,14 @@ protocol.
The file to retrieve is in directory
.Ar dir
on the remote host.
+.It Fl F
+Force restart without checking for the local file's date matching
+that of the remote file. Use this with
+.Fl r
+to restart a transfer of a partial file where the modification
+time on the local file has been changed and you are sure that the
+remote file is still the same, as this will prevent retrieval from
+starting anew.
.It Fl f Ar file
The file to retrieve is named
.Ar file
OpenPOWER on IntegriCloud