Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 1997 10:57:18 -0800 (PST)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/fetch fetch.1 ftp.c http.c
Message-ID:  <199703051857.KAA04873@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      97/03/05 10:57:18

  Modified:    usr.bin/fetch  fetch.1 ftp.c http.c
  Log:
  Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminate
  	undocumented FTP_PROXY_USER
  Make FTP file errors contian hostname and path.
  Pass the FTP port to libftp.
  Partially un-HTMLify error messages returned from server
  Handle "HTTP NNN" instead of "HTTP/V.vv NNN" response sent by
  	pre-HTTP/1.0 servers
  
  Reviewed by:		wollman
  
  Revision  Changes    Path
  1.17      +16 -12    src/usr.bin/fetch/fetch.1
  1.4       +24 -24    src/usr.bin/fetch/ftp.c
  1.5       +78 -34    src/usr.bin/fetch/http.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703051857.KAA04873>