CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/14 14:47:08
Modified files:
usr.bin/ftp : fetch.c ftp.1 main.c
Log message:
Add support for basic HTTP authentication as described on RFC 2617 and
RFC 3986. This allows the following idiom in ftp:
ftp http[s]://user:pass@host/file
With some pointers from halex a lot of testing and feedback from lteo,
thanks a lot.
ok lteo@
