Add OpenBSD ftp(1) to the PLAIN_TEXT list

The [ftp](http://man.openbsd.org/ftp)(1) command is the default tool to fetch files over HTTP on OpenBSD. It could be nice to add it to the PLAIN_TEXT_AGENTS list so installing curl or wget is not necessary.

Its user-agent is, as described in the man page, “OpenBSD ftp”.
This commit is contained in:
Tristan Le Guern 2018-11-06 13:05:12 +00:00 committed by GitHub
parent 0d76ba4a3e
commit 0f27ec700e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,8 @@ PLAIN_TEXT_AGENTS = [
"httpie", "httpie",
"lwp-request", "lwp-request",
"wget", "wget",
"python-requests" "python-requests",
"OpenBSD ftp"
] ]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation'] PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']