Date: Thu, 18 Dec 2003 08:31:09 -0800 (PST) From: Sergei Kolobov <sergei@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200312181631.hBIGV9ah094698@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312181631.hBIGV9ah094698>
