Wir haben eigentlich eine Gigabit-Anbindung vom Server an den Switch. Vom Switch gehen dann 100MBit zu den Rechnern.
Wie gesagt die Bandbreite zeigt er zwar mit 2MB an aber per FTP werden höchstens ca. 500 kb/s erreicht.
Warum wir die RC3 genommen haben hat einfach den Grund das auf proftpd.de unter Downloads folgendes steht:
Download aktueller Versionen:
Aktuelle Stable Version:
ProFTPD 1.2.9 Sourcecode: tar.gz oder tar.bz2
Development:
ProFTPD 1.2.10 RC3 Sourcecode: tar.gz oder tar.bz2
Werden jetzt aber mal die stable aufspielen.
huestel.. :oops: gerade geändert.
aus einem Howto von Castaglia:
"
Finally, there are some configure options that can be used to tune your proftpd daemon. All of the --enable-e options are available; of particular interest are --enable-tunable-buffer-size and --enable-sendfile. Use of the sendfile(2) function (via the latter configure option) may or may not increase download speeds, but it will reduce disk I/O: sendfile(2) implements zero-copy transfers, meaning that the kernel will read data directly from the file into the socket, all in kernel space; normal read() transfers spend time copying buffers from kernel space to application space (reading the file), and then back to kernel space (writing to the socket). By increasing the buffer size using the --enable-tunable-buffer-size option, proftpd reads and writes data in larger chunks, and makes fewer expensive system calls. Use of this option to set buffer sizes of 8K or more has been reported to drastically increase transfer speeds (depending on network configurations).
"
schau Dir aber mal die configure angabe an, denn "--enable-tunable-buffer-size" ist nicht richtig. ich habe leider keinen Zugriff auf ne Unix Kiste von der Arbeit, daher kann ich das von hier aus Dir nicht raussuchen.
cu
stonki