introduce support for sending the If-Modified-Since header while
authorrobert <robert@openbsd.org>
Tue, 2 Feb 2021 12:58:42 +0000 (12:58 +0000)
committerrobert <robert@openbsd.org>
Tue, 2 Feb 2021 12:58:42 +0000 (12:58 +0000)
commit49dd5d56f6defd80a07dbcd0295b36eb2c07ab52
treeb9152d61a1fe8adbc9ec9c0afb7c0fe54fbc4464
parentce71fe154a8115405e11f057838e87d07748a7d8
introduce support for sending the If-Modified-Since header while
fetching over http(s) and use the timestamps from the remote server's
Last-Modified header if available when saving local files
this makes it possible to mirror files better with ftp(1)

the new timestamp behaviour can be disabled with the new '-u' flag

ok sthen@, input from sthen@ and gnezdo@
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.1
usr.bin/ftp/ftp_var.h
usr.bin/ftp/main.c
usr.bin/ftp/util.c