[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Debian] proftpd bug?



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 U.Wiederhold@gmx.net

--
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an debian-user-de-request@lehmanns.de die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@Lehmanns.de
-----------------------------------------------------------

685 eingetragene Mitglieder in dieser Liste.


Reply to: