Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 1997 01:56:48 -0700 (PDT)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/ftp complete.c fetch.c util.c Makefile cmds.c cmdtab.c domacro.c extern.h ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c
Message-ID:  <199706250856.BAA23176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1997/06/25 01:56:48 PDT

  Modified files:
    usr.bin/ftp          Makefile cmds.c cmdtab.c domacro.c 
                         extern.h ftp.1 ftp.c ftp_var.h main.c 
                         pathnames.h ruserpass.c 
  Added files:
    usr.bin/ftp          complete.c fetch.c util.c 
  Log:
  Import substantial improvements to ftp(1) from NetBSD, largely the
  work of Luke Mewburn.
  
  This includes, but is not limited to :
  
   - commandline editing and history.
   - local and remote filename completion.
   - a new progress display.
   - the ability to access files using either the ftp or http protocols,
     and use http proxies for ftp transfers.
  
  The FreeeBSD "restricted ports" functionality was preserved.
  
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.6       +11 -4     src/usr.bin/ftp/Makefile
  1.7       +437 -552  src/usr.bin/ftp/cmds.c
  1.5       +121 -85   src/usr.bin/ftp/cmdtab.c
  1.2       +19 -13    src/usr.bin/ftp/domacro.c
  1.5       +57 -31    src/usr.bin/ftp/extern.h
  1.5       +369 -146  src/usr.bin/ftp/ftp.1
  1.10      +429 -386  src/usr.bin/ftp/ftp.c
  1.4       +52 -10    src/usr.bin/ftp/ftp_var.h
  1.13      +260 -148  src/usr.bin/ftp/main.c
  1.2       +4 -2      src/usr.bin/ftp/pathnames.h
  1.5       +39 -18    src/usr.bin/ftp/ruserpass.c



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