Fehler proFTPd Resume

Fireball22

Registered User
Hallo zusammen,

seit dem ich meinen Server heute neu aufgesetzt habe (Debian 5 + Plesk 9.5.3) lassen sich trotz Aktivierter Resume-Funktion keine Wiederaufnahmen mehr durchführen.

Das Log des Resume-Versuchs:

xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:34 +0100] "TYPE A" 200 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:34 +0100] "PASV" 227 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:35 +0100] "LIST" 226 278
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:39 +0100] "TYPE A" 200 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:39 +0100] "PASV" 227 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:39 +0100] "LIST" 226 278
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:42 +0100] "TYPE I" 200 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:04:42 +0100] "PASV" 227 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:05:00 +0100] "TYPE A" 200 398544
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:05:00 +0100] "PASV" 227 404352
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:05:00 +0100] "STOR filename.docx" 426 404352
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:05:00 +0100] "LIST" 425 0
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:25 +0100] "TYPE I" 200 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:25 +0100] "PASV" 227 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:25 +0100] "REST 430080" 350 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:25 +0100] "STOR filename.docx" 554 -
xxx.xxx.xxx.xxx UNKNOWN root [28/Nov/2010:18:07:30 +0100] "USER fritz" 331 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:30 +0100] "PASS (hidden)" 230 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:30 +0100] "SYST" 215 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:30 +0100] "PWD" 257 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:36 +0100] "CWD private" 250 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:36 +0100] "TYPE I" 200 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:36 +0100] "PASV" 227 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:36 +0100] "REST 430080" 350 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:37 +0100] "STOR filename.docx" 554 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:37 +0100] "QUIT" 221 -
xxx.xxx.xxx.xxx UNKNOWN root [28/Nov/2010:18:07:42 +0100] "USER fritz" 331 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:42 +0100] "PASS (hidden)" 230 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:42 +0100] "SYST" 215 -
xxx.xxx.xxx.xxx UNKNOWN fritz [28/Nov/2010:18:07:42 +0100] "PWD" 257 -

WSFTP (FTP-Client):

TYPE A
200 Type set to A
PASV
227 Entering Passive Mode (xxx.xxx.xxx.xxx,206,32).
Verbinden des Datenkanals mit xxx.xxx.xxx.xxx:206,32(52768)
Datenkanal verbunden mit xxx.xxx.xxx.xxx:206,32(52768)
LIST -la
150 Opening ASCII mode data connection for file list
- 117 Bytes in < 0.001 Sekunden übertragen, 914.063 Kbit/s ( 114.258 Kbit/s), Übertragung erfolgreich.
226-Transfer complete
226 Quotas off
Anforderung wird abgearbeitet
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (xxx.xxx.xxx.xxx,149,170).
Verbinden des Datenkanals mit xxx.xxx.xxx.xxx:149,170(38314)
Datenkanal verbunden mit xxx.xxx.xxx.xxx:149,170(38314)
STOR filename.docx
150 Opening BINARY mode data connection for filename.docx
Fehler beim Lesen der Antwort vom Server.
- 233472 Bytes in 5.859 Sekunden übertragen, 311.296 Kbit/s ( 38.912 Kbit/s), transfer cancelled.
Fertig: Pause
Übertragungsprotokoll wurde gespeichert unter C:\Dokumente und Einstellungen\xxxx\Anwendungsdaten\Ipswitch\WS_FTP\Logs\TransferReq2-00001.log
TYPE A
200 Type set to A
PASV
227 Entering Passive Mode (xxx.xxx.xxx.xxx,164,179).
Verbinden des Datenkanals mit xxx.xxx.xxx.xxx:164,179(42163)
Datenkanal verbunden mit xxx.xxx.xxx.xxx:164,179(42163)
LIST -la
426 Transfer aborted. Transport endpoint is not connected
Anforderung wird abgearbeitet
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (xxx.xxx.xxx.xxx,221,38).
Verbinden des Datenkanals mit xxx.xxx.xxx.xxx:221,38(56614)
Datenkanal verbunden mit xxx.xxx.xxx.xxx:221,38(56614)
REST 233472
350 Restarting at 233472. Send STORE or RETRIEVE to initiate transfer
STOR filename.docx
554 filename.docx: invalid REST argument

Die Config:

#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD"
#ServerType standalone
ServerType inetd
DefaultServer on
<Global>
DefaultRoot ~
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
</Global>
DefaultTransferMode binary
UseFtpUsers on

TimesGMT off
SetEnv TZ :/etc/localtime
# 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 022

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30

#Following part of this config file were generate by PSA automatically
#Any changes in this part will be overwritten by next manipulation
#with Anonymous FTP feature in PSA control panel.

#Include directive should point to place where FTP Virtual Hosts configurations
#preserved

ScoreboardFile /var/run/proftpd_scoreboard


# Primary log file mest be outside of system logrotate province

TransferLog /opt/psa/var/log/xferlog


LogFormat default "%h %l %u %t \"%r\" %s %b"
ExtendedLog /var/log/proftpd.paranoid_log ALL default





#Change default group for new files and directories in vhosts dir to psacln

<Directory /var/www/vhosts>
GroupOwner psacln
</Directory>

# Enable PAM authentication
AuthPAM on
AuthPAMConfig proftpd

IdentLookups off
UseReverseDNS off

AuthGroupFile /etc/group

Include /etc/proftpd.include

Ich habe leider absolut keine Ahnung an was das liegen könnte, ich verwende diese Config schon seit Jahren und hatte nie Probleme...

Ich freue mich auf eure Anregungen!

MfG
Michael
 
Last edited by a moderator:
Back
Top