mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d1a02bc3c7
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>
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/siteconfig
|
|
bin/siteuptime
|
|
bin/sitewho
|
|
etc/wzd.cfg.sample
|
|
etc/init.d/wzdftpd
|
|
lib/libwzd.a
|
|
lib/libwzd.so
|
|
lib/libwzd.la
|
|
sbin/wzdftpd
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/Permissions.ReadMeFirst
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/TLS.ReadMeFirst
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/DOCS_XFERLOG_FORMAT
|
|
%%PORTDOCS%%%%DOCSDIR%%/KNOWN_BUGS
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%DATADIR%%/file_ginfo.txt
|
|
%%DATADIR%%/file_help.txt
|
|
%%DATADIR%%/file_swho.txt
|
|
%%DATADIR%%/file_user.txt
|
|
%%DATADIR%%/file_group.txt
|
|
%%DATADIR%%/file_rules.txt
|
|
%%DATADIR%%/file_users.txt
|
|
%%DATADIR%%/file_vfs.txt
|
|
%%DATADIR%%/file_who.txt
|
|
%%DATADIR%%/file_groups.txt
|
|
%%DATADIR%%/users.sample
|
|
%%DATADIR%%/backends/libwzdplaintext.a
|
|
%%DATADIR%%/backends/libwzdplaintext.so
|
|
%%DATADIR%%/backends/libwzdplaintext.la
|
|
%%DATADIR%%/modules/libwzd_sfv.la
|
|
%%DATADIR%%/modules/libwzd_sfv.a
|
|
%%DATADIR%%/modules/libwzd_test.la
|
|
%%DATADIR%%/modules/libwzd_test.a
|
|
%%DATADIR%%/modules/libwzd_test.so
|
|
%%DATADIR%%/modules/libwzd_sfv.so
|
|
@dirrm %%DATADIR%%/modules/
|
|
@dirrm %%DATADIR%%/backends/
|
|
@dirrm %%DATADIR%%/
|