added options for continuous up- and downloads to proftpd config, fixes #784

Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org>
This commit is contained in:
Christoph Burchert (Chb)
2011-05-18 01:35:54 +02:00
parent 7a5bf65184
commit 75c5fae6b2
6 changed files with 24 additions and 0 deletions

View File

@@ -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
<IfModule mod_quotatab.c>
QuotaEngine on
</IfModule>

View File

@@ -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
<IfModule mod_quotatab.c>
QuotaEngine on
</IfModule>

View File

@@ -27,6 +27,10 @@ User nobody
Group nogroup
AllowOverwrite on
# Allow up- and downloads to be continued
AllowRetrieveRestart On
AllowStoreRestart On
<IfModule mod_quotatab.c>
QuotaEngine on
QuotaShowQuotas on

View File

@@ -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

View File

@@ -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

View File

@@ -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
<IfModule mod_quotatab.c>
QuotaEngine on
</IfModule>