cvs commit: ports/ftp Makefile ports/ftp/wzdftpd Makefile distinfo patch-Makefile.am pkg-descr pkg-message pkg-plist ports/ftp/wzdftpd/files patch-configure patch-src::Makefile.in

Sergei Kolobov sergei at FreeBSD.org
Thu Dec 18 08:32:32 PST 2003


sergei      2003/12/18 08:31:09 PST

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/wzdftpd          Makefile distinfo patch-Makefile.am 
                         pkg-descr pkg-message pkg-plist 
    ftp/wzdftpd/files    patch-configure patch-src::Makefile.in 
  Log:
  Add wzdftpd 0.1, modular FTP server configurable online
  using SITE commands.
  
  wzdftpd is a FTP server designed to be modular,
  work under linux/win32/freebsd/openbsd,
  and to be entirely configurable online using SITE commands.
  
  wzdftpd offers the following features:
  - Simple configuration file, supporting inclusions
  - Online administration, using SITE commands
  - Backends to store users/groups in different structures
  - Modules: internal, using shared librairies, or external
    (scripts/applications)
  - Users are virtual: you do not need to create users in system
  - SSL/TLS support
  - Server is designed to run as a non-privileged user to enforce security
  - Server can detect ip changes (dynamic ips)
  - Cross devices operations (copy/move) (though can be slow)
  - Logging support (compatible with the wu-ftpd standard)
  - Designed for high performance: coded with C, multithreaded
  
  WWW:    http://www.wzdftpd.net/
  
  PR:             59873
  Submitted by:   Roman Bogorodskiy <bogorodskiy at inbox.ru>
  
  Revision  Changes    Path
  1.71      +1 -0      ports/ftp/Makefile
  1.1       +39 -0     ports/ftp/wzdftpd/Makefile (new)
  1.1       +1 -0      ports/ftp/wzdftpd/distinfo (new)
  1.1       +20 -0     ports/ftp/wzdftpd/files/patch-configure (new)
  1.1       +35 -0     ports/ftp/wzdftpd/files/patch-src::Makefile.in (new)
  1.1       +12 -0     ports/ftp/wzdftpd/patch-Makefile.am (new)
  1.1       +22 -0     ports/ftp/wzdftpd/pkg-descr (new)
  1.1       +1 -0      ports/ftp/wzdftpd/pkg-message (new)
  1.1       +42 -0     ports/ftp/wzdftpd/pkg-plist (new)


More information about the cvs-ports mailing list