cvs commit: ports/ftp Makefile ports/ftp/bbftp Makefile distinfo pkg-descr pkg-plist ports/ftp/bbftp/files bbftp.patch bbftpd.in

Pav Lucistnik pav at FreeBSD.org
Wed Jun 7 20:24:44 UTC 2006


pav         2006-06-07 18:38:09 UTC

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/bbftp            Makefile distinfo pkg-descr pkg-plist 
    ftp/bbftp/files      bbftp.patch bbftpd.in 
  Log:
  bbFTP is a file transfer software. It implements its own transfer protocol,
  which is optimized for large files (larger than 2GB) and secure as it does not
  read the password in a file and encrypts the connection information.  bbFTP
  main features are:
  
      * Encoded username and password at connection
      * SSH and Certificate authentication modules
      * Multi-stream transfer
      * Big windows as defined in RFC1323
      * On-the-fly data compression
      * Automatic retry
      * Customizable time-outs
      * Transfer simulation
      * AFS authentication integration
      * RFIO interface
  
  bbFTP is open-source software, released under the GNU General Public License.
  It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France.
  
  WWW: http://doc.in2p3.fr/bbftp/index.html
  
  PR:             ports/98610
  Submitted by:   Petr Holub <hopet at ics.muni.cz>
  
  Revision  Changes    Path
  1.117     +1 -0      ports/ftp/Makefile
  1.1       +42 -0     ports/ftp/bbftp/Makefile (new)
  1.1       +3 -0      ports/ftp/bbftp/distinfo (new)
  1.1       +145 -0    ports/ftp/bbftp/files/bbftp.patch (new)
  1.1       +27 -0     ports/ftp/bbftp/files/bbftpd.in (new)
  1.1       +23 -0     ports/ftp/bbftp/pkg-descr (new)
  1.1       +2 -0      ports/ftp/bbftp/pkg-plist (new)


More information about the cvs-all mailing list