mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +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>
88 lines
1.8 KiB
Makefile
88 lines
1.8 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += IglooFTP
|
|
SUBDIR += axel
|
|
SUBDIR += axelq
|
|
SUBDIR += axyftp
|
|
SUBDIR += bftpd
|
|
SUBDIR += bsdftpd-ssl
|
|
SUBDIR += cftp
|
|
SUBDIR += curl
|
|
SUBDIR += curlpp
|
|
SUBDIR += dmachine
|
|
SUBDIR += downloader
|
|
SUBDIR += emacs-wget
|
|
SUBDIR += emirror
|
|
SUBDIR += fget
|
|
SUBDIR += fmirror
|
|
SUBDIR += frox
|
|
SUBDIR += ftp-tls
|
|
SUBDIR += ftp4all
|
|
SUBDIR += ftpcopy
|
|
SUBDIR += ftpcube
|
|
SUBDIR += ftpd-tls
|
|
SUBDIR += ftpfind
|
|
SUBDIR += ftplocate
|
|
SUBDIR += ftpmirror
|
|
SUBDIR += ftpproxy
|
|
SUBDIR += ftpq
|
|
SUBDIR += ftpsearch
|
|
SUBDIR += ftptool
|
|
SUBDIR += gftp
|
|
SUBDIR += greed
|
|
SUBDIR += hsftp
|
|
SUBDIR += jftp
|
|
SUBDIR += jftpgw
|
|
SUBDIR += jigdo
|
|
SUBDIR += jmirror
|
|
SUBDIR += junglemonkey
|
|
SUBDIR += kbear
|
|
SUBDIR += kwebget
|
|
SUBDIR += lftp
|
|
SUBDIR += libfxp
|
|
SUBDIR += llnlxdir
|
|
SUBDIR += llnlxftp
|
|
SUBDIR += lukemftp
|
|
SUBDIR += lukemftpd
|
|
SUBDIR += mget
|
|
SUBDIR += mirror
|
|
SUBDIR += muddleftpd
|
|
SUBDIR += ncftp
|
|
SUBDIR += ncftp2
|
|
SUBDIR += ncftp3
|
|
SUBDIR += ncftpd
|
|
SUBDIR += oftpd
|
|
SUBDIR += omi
|
|
SUBDIR += p5-Net-FTP-Common
|
|
SUBDIR += p5-Net-FTPServer
|
|
SUBDIR += p5-POE-Component-Client-FTP
|
|
SUBDIR += paraget
|
|
SUBDIR += pavuk
|
|
SUBDIR += pftpd
|
|
SUBDIR += proftpd
|
|
SUBDIR += profxp
|
|
SUBDIR += prozilla
|
|
SUBDIR += puf
|
|
SUBDIR += pure-ftpd
|
|
SUBDIR += py-curl
|
|
SUBDIR += rexx-curl
|
|
SUBDIR += ruby-curl
|
|
SUBDIR += sftp
|
|
SUBDIR += spegla
|
|
SUBDIR += tftp-hpa
|
|
SUBDIR += twoftpd
|
|
SUBDIR += vcheck
|
|
SUBDIR += vsftpd
|
|
SUBDIR += wget
|
|
SUBDIR += wget+ipv6
|
|
SUBDIR += wput
|
|
SUBDIR += wu-ftpd
|
|
SUBDIR += wu-ftpd+ipv6
|
|
SUBDIR += wzdftpd
|
|
SUBDIR += xrmftp
|
|
SUBDIR += yafc
|
|
SUBDIR += yale-tftpd
|
|
|
|
.include <bsd.port.subdir.mk>
|