CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/08/25 20:16:02
Modified files:
usr.bin/ftp : ftp.1 main.c
Log message:
Make a few ftp(1) usage/man page changes related to Basic
authentication:
- Combine the http and https usage formats into a single http[s] format
to make it more concise.
- In the AUTO-FETCHING FILES section of the ftp(1) man page, mention
that specifying "user" and "password" with HTTP and HTTPS URLs will
log in using Basic authentication (if http_proxy is not defined).
- When compiled with -DSMALL, fix ftp(1) usage so that
"[user:password@]" is not shown for http[s] since Basic authentication
is not supported with -DSMALL.
Done with a lot of discussion with and help from jmc@ (thank you!).
ok deraadt haesbaert jmc