CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/17 03:51:18
Modified files:
usr.bin/ftp : fetch.c
Log message:
ftp: send 'Accept */*' header
A recent update to filezilla showed a server that would refuse to let us
download the distfile without us sending this header. Browsers, curl and
wget do so, so it should be safe for us to follow suit.
ok deraadt florian phessler sthen
