proftpd bricht nach richtigen Zugangdaten die Verbindung ab.

Backup, Restore und Transfer von Daten
Post Reply
leinehost
Anbieter
Posts: 54
Joined: 2005-05-26 23:03
Location: Germany
 

proftpd bricht nach richtigen Zugangdaten die Verbindung ab.

Post by leinehost »

Hallo,

ich weiß, es steht schon zig mal hier im Forum, doch nichts davon kommte mir helfen.

Wenn ich mich per FTP einloggen möchte, loggt er sich ein und brich vor dem LIST download die Verbindung ab.

Log vom FTP-Programm:

Code: Select all

Connecting to MEINESERVERIP, Port 21 (#1) 
Resolved host as: MEINESERVERIP
Connected.  Waiting for response.
220 ProFTPD 1.2.10 Server (MEINESERVERIP FTP Server) [MEINESERVERIP]
USER yourdom
331 Password required for yourdom.
PASS xxxxxx
230 User yourdom logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
PWD
257 "/" is current directory.
TYPE A
200 Type set to A
PORT 192,168,178,22,19,31
200 PORT command successful
LIST
150 Opening ASCII mode data connection for file list
Server disconnected.
auth.log:

Code: Select all

Oct 29 15:15:19 MEINESERVERIP proftpd[22681]:MEINSERVERNAME(p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - USER yourdom: Login successful. 
daemon.log:

Code: Select all

Oct 29 15:15:19 MEINESERVERIP proftpd[22816]: MEINSERVERNAME (p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - FTP session opened. 
Oct 29 15:15:19 MEINESERVERIP proftpd[22816]: MEINSERVERNAME (p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - mod_delay/0.4: delaying for 536 usecs 
Oct 29 15:15:20 MEINESERVERIP proftpd[22816]: MEINSERVERNAME (p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - ProFTPD terminating (signal 11) 
Oct 29 15:15:20 MEINESERVERIP proftpd[22816]: MEINSERVERNAME (p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - FTP session closed. 
Kann mir jemand bei meinem Problem helfen?

Gruß YourDom.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: proftpd bricht nach richtigen Zugangdaten die Verbindung ab.

Post by Joe User »

Code: Select all

Oct 29 15:15:20 MEINESERVERIP proftpd[22816]: MEINSERVERNAME (p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - ProFTPD terminating (signal 11)
Signal 11: Dein ProFTPd, oder Deine Hardware ist put...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply