Changeset 558


Ignore:
Timestamp:
02/22/06 00:29:59 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-03-06 11:06:10 by jerome]
Inversion des directives de bande passante entre woody et sarge

Original author: jerome
Date: 2005-03-06 11:06:10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/proftpd.conf

    r557 r558  
    11# 
    22# Fichier de configuration de ProFTPd pour AlternC 
    3 # $Id: proftpd.conf,v 1.9 2005/03/06 10:43:24 jerome Exp $ 
     3# $Id: proftpd.conf,v 1.10 2005/03/06 11:06:10 jerome Exp $ 
    44#  
    55# %%warning_message%% 
     
    4545  AllowOverwrite                on 
    4646# Limit the allowed bandwith for each connexion, prevent ressource hold-up ;)  
    47 RateReadBPS   65535 
    48 RateWriteBPS  65535 
     47TransferRate RETR 64 
     48TransferRate APPE,STOR 64 
    4949 
    5050  AllowAll 
Note: See TracChangeset for help on using the changeset viewer.