ftp: send 'Accept */*' header
authortb <tb@openbsd.org>
Wed, 17 Apr 2024 09:51:18 +0000 (09:51 +0000)
committertb <tb@openbsd.org>
Wed, 17 Apr 2024 09:51:18 +0000 (09:51 +0000)
commit456e8b6ad58e9f747834e80a04836717848bd7f7
tree19eb21e9c33703292c3be20049a06663e36fe1fc
parent907c54a8ac932b9f719da2321100dfbb34b28b72
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
usr.bin/ftp/fetch.c