CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/02/02 05:58:42
Modified files:
usr.bin/ftp : extern.h fetch.c ftp.1 ftp_var.h main.c util.c
Log message:
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@