From f5e25171e13ba5361821148b64c26d2476097d12 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Dec 2004 00:09:42 +0000 Subject: Add new pure-ftpd settings xml module allowing user to set many neat options. --- packages/pure-ftpd.xml | 8 +++- packages/pure-ftpdsettings.xml | 92 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 packages/pure-ftpdsettings.xml diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml index ef1bef2a..0f737652 100644 --- a/packages/pure-ftpd.xml +++ b/packages/pure-ftpd.xml @@ -3,11 +3,17 @@ pure-ftpd - Pure FTPD + Pure FTPD Accounts Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.
Services
pureftpd.xml
+ + Pure FTPD Settings + Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more. +
Services
+ pureftpdsettings.xml +
installedpackages->package->$packagename->configuration diff --git a/packages/pure-ftpdsettings.xml b/packages/pure-ftpdsettings.xml new file mode 100644 index 00000000..70575a85 --- /dev/null +++ b/packages/pure-ftpdsettings.xml @@ -0,0 +1,92 @@ + + + pure-ftpdsettings + + + Pure FTPD Settings + Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more. +
Services
+ pureftpdsettings.xml +
+ + installedpackages->package->$packagename->configuration->settings + + + + Maximum connections + connections + Maximum number of clients allowed + input + + + Maximum connections per ip address + connectionsperip + Maximum number of clients allowed to connect per ip address + input + + + Maximum connections per ip address + connectionsperip + Maximum number of clients allowed to connect per ip address + input + + + Upload cutoff threshold + cutoffthreshold + Disallow upload if the partition is more than percentage full. + input + + + Begin tcp port range + beginport + Specify that client connections begin at this port. + input + + + End tcp port range + endport + Specify that client connections end at this port. + input + + + Limit upload bandwidth + uploadbw + Limit the upload bandwdith. + input + + + Limit download bandwidth + downloadbw + Limit the download bandwdith. + input + + + Client File Deletion + filedeletion + Allow clients to upload files but disallow their ability to delete uploaded items. + checkbox + + + Client File Deletion + filedeletion + Allow clients to upload files but disallow their ability to delete uploaded items. + checkbox + + + NAT Workaround mode + natworkaround + NAT mode. Force active mode. If your FTP server is behind a NAT box that doesn't support applicative FTP proxying, or if you use port redirection without a transparent FTP proxy, use this. Well... the previous sentence isn't very clear. Okay: if your network looks like this: FTP--NAT.gateway/router--Internet and if you want people coming from the internet to have access to your FTP server, please try without this option first. If Netscape clients can connect without any problem, your NAT gate-way rulez. If Netscape doesn't display directory listings, your NAT gateway sucks. + checkbox + + + + + + + + + + +
-- cgit v1.2.3