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:
auth.log:
daemon.log:
Kann mir jemand bei meinem Problem helfen?
Gruß YourDom.
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:
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:
Oct 29 15:15:19 MEINESERVERIP proftpd[22681]:MEINSERVERNAME(p54821129.dip0.t-ipconnect.de[MEINEHOMEIP]) - USER yourdom: Login successful.
daemon.log:
Code:
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.