diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 16:31:09 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 16:31:09 +0000 |
commit | d1a02bc3c780c0d21a16d017f25a87cbe74faf7d (patch) | |
tree | 9811b50c1625633bb075eead4e0d5b849f49876a /ftp/wzdftpd/patch-Makefile.am | |
parent | - Add CONFLICTS with apache-contrib-1.* (diff) |
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>
Notes
Notes:
svn path=/head/; revision=96153
Diffstat (limited to 'ftp/wzdftpd/patch-Makefile.am')
-rw-r--r-- | ftp/wzdftpd/patch-Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/wzdftpd/patch-Makefile.am b/ftp/wzdftpd/patch-Makefile.am new file mode 100644 index 000000000000..5f0f883beab0 --- /dev/null +++ b/ftp/wzdftpd/patch-Makefile.am @@ -0,0 +1,12 @@ +--- src/Makefile.am.orig Tue Nov 4 15:49:35 2003 ++++ src/Makefile.am Tue Nov 4 15:51:07 2003 +@@ -93,7 +93,7 @@ + + #sysconfdir = ${prefix}/etc/wzdftpd + +-dist_sysconf_DATA = wzd.cfg wzd.pem ++dist_sysconf_DATA = wzd.cfg + + install-data-hook: + ${INSTALL_PROGRAM} -m 775 -d @datadir@/wzdftpd/logs || true + |