Hallo an alle proftpd profis,
habe in /ftp das directory f�r upload configuriert und resume erlaubt, soweit so gut...
Problem ist jetzt, da� es manchmal ohne Probleme klappt, bei anderen Resumevorg�ngen
allerdings zu fr�h angefangen wird.
Also, es sind z.B. schon 10MB hochgeladen worden, dann stalled oder was auch immer.
Beim Resume f�ngt der upload dann bei so 2-3 MB wieder an!
:(
Ich habe keinen Schimmer, woran das liegen kann, ihr?
Im Anhang noch /etc/proftpd.conf
Gru�
Uli
ServerName "Sky-Webserver"
ServerType inetd
DeferWelcome off
ShowSymlinks on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on
TimeoutLogin 120
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
LsDefaultOptions "-l"
LogFormat default "%h %l %u %t \"%r\" %s %b"
TransferLog /var/log/proftpd.xferlog
ExtendedLog /var/log/proftpd.accesslog ALL default
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 027
# Set the user and group that the server normally runs at.
User ftp
Group ftp
#Limit number of clients
MaxClients 2
# Deny users in ftpusers to leave /ftp, au�er Mitglied in users
DefaultRoot /ftp ftpusers
# Deny WRITE in chroot
<Limit WRITE>
DenyAll
</Limit>
# Allow WRITE in upload
<Directory /ftp/upload>
<Limit DIRS READ>
DenyAll
</Limit>
<Limit STOR DIRS READ MKD>
AllowGroup upload
</Limit>
AllowStoreRestart on
</Directory>
--
****************************************************************
Ulrich Wiederhold
Clarenbachstra�e 1
50931 K�ln
***
phone +49-221-2766619
email [EMAIL PROTECTED]
--
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an [EMAIL PROTECTED] die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: [EMAIL PROTECTED]
-----------------------------------------------------------
685 eingetragene Mitglieder in dieser Liste.