File: speed_README.txt

package info (click to toggle)
pyftpd 0.8.4.3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 528 kB
  • ctags: 470
  • sloc: python: 2,802; sh: 80; makefile: 43
file content (16 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MODULE NAME
    speed_module - per user configuration of maximum allowed transfer speed

OPTIONS
    none

DESCRIPTION
    if user matches the pattern, his maximum allowed trasfer speed is
    set to the value of second field for downloading files, and to the third
    field for uploading.
    You can use * to match all users, or as mask, e.g. ab* matches all users
    beginning with ab. Order is important, first use most general patterns, 
    then specific ones (in other words, put default limits for * (all not 
    explicitly mentioned users) at the first line).
    If you set 0. as speed limit, it turns limiting off.