Thread Lesen Directory-Einträge (52 answers)
Opened by wastl at 2009-01-05 13:02

wastl
 2009-01-08 00:38
#117688 #117688
User since
2005-02-13
40 Artikel
BenutzerIn
[default_avatar]
Hallo,
wir kommen der Sache (hoffentlich) näher!
Dein Beispiel läuft auch bei mir korrekt (s. untenstehendes log 1).
Wenn ich aber als URL meine url angebe, steht nach langer Wartezeit der untenstehende Text 2 im log.
Mit der URL habe ich ansonsten keine Probleme beim Test im Browser.


1. $URL = "localhost";

FileZilla Server version 0.9.23 beta started
Initializing Server.
Creating listen socket on port 21...
Server online.
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> Connected, sending welcome message...
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.23 beta
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> USER anonymous
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> 331 Password required for anonymous
(000001) 07.01.2009 23:18:04 - (not logged in) (127.0.0.1)> PASS
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> 230 Logged on
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> PORT 127,0,0,1,4,101
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> 200 Port command successful
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> NLST *.*
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> 150 Opening data channel for directory list.
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> 226 Transfer OK
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> QUIT
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> 221 Goodbye
(000001) 07.01.2009 23:18:04 - anonymous (127.0.0.1)> disconnected.



2. $URL = "www.mydomain.de.";

FileZilla Server version 0.9.23 beta started
Initializing Server.
Creating listen socket on port 21...
Server online.
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> Connected, sending welcome message...
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> 220-FileZilla Server version 0.9.23 beta
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> USER anonymous
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> 331 Password required for anonymous
(000001) 07.01.2009 23:20:04 - (not logged in) (127.0.0.2)> PASS
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> 230 Logged on
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> PORT 127,0,0,2,4,105
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> 200 Port command successful
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> NLST *.*
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> 150 Opening data channel for directory list.
(000001) 07.01.2009 23:20:04 - anonymous (127.0.0.2)> 425 Can't open data connection.
(000001) 07.01.2009 23:22:04 - anonymous (127.0.0.2)> QUIT
(000001) 07.01.2009 23:22:04 - anonymous (127.0.0.2)> 221 Goodbye
(000001) 07.01.2009 23:22:04 - anonymous (127.0.0.2)> disconnected.

View full thread Lesen Directory-Einträge