From 75c5fae6b2e6c734570456e5dd7a85861f9f07b7 Mon Sep 17 00:00:00 2001 From: "Christoph Burchert (Chb)" Date: Wed, 18 May 2011 01:35:54 +0200 Subject: [PATCH] added options for continuous up- and downloads to proftpd config, fixes #784 Signed-off-by: Christoph Burchert (Chb) --- .../configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf | 4 ++++ .../debian_squeeze/proftpd/etc_proftpd_proftpd.conf | 4 ++++ .../misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf | 4 ++++ .../suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf | 4 ++++ .../configfiles/ubuntu_hardy/proftpd/etc_proftpd_proftpd.conf | 4 ++++ .../configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf index 0d0997bf..d50330c4 100644 --- a/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf @@ -86,6 +86,10 @@ AllowOverwrite on TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + QuotaEngine on diff --git a/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf index 0d0997bf..d50330c4 100644 --- a/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf @@ -86,6 +86,10 @@ AllowOverwrite on TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + QuotaEngine on diff --git a/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf index 46e7a182..d6f09408 100644 --- a/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf @@ -27,6 +27,10 @@ User nobody Group nogroup AllowOverwrite on +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + QuotaEngine on QuotaShowQuotas on diff --git a/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf index f4205621..ffb69691 100644 --- a/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf @@ -26,6 +26,10 @@ UseIPv6 off TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + # make proftpd faster / do not perform ident and reverse dns lookup UseReverseDNS off diff --git a/templates/misc/configfiles/ubuntu_hardy/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/ubuntu_hardy/proftpd/etc_proftpd_proftpd.conf index 0d2118fa..60fe5572 100644 --- a/templates/misc/configfiles/ubuntu_hardy/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/ubuntu_hardy/proftpd/etc_proftpd_proftpd.conf @@ -26,6 +26,10 @@ UseIPv6 off TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + # make proftpd faster / do not perform ident and reverse dns lookup UseReverseDNS off IdentLookups off diff --git a/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf index 0d0997bf..d50330c4 100644 --- a/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf @@ -86,6 +86,10 @@ AllowOverwrite on TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log +# Allow up- and downloads to be continued +AllowRetrieveRestart On +AllowStoreRestart On + QuotaEngine on