ich wollte auf einer Domain anonymes FTP ermöglichen. Freigeschlatet hab ich alles. Nur datauf Zugreifen kann ich nicht:
Code: Select all
Status: Connecting to x.x.x.x ...
Status: Connected with x.x.x.x. Waiting for welcome message...
Response: 220 ProFTPD 1.3.0 Server (ftp.domain.com) [x.x.x.x]
Command: USER anonymous
Response: 331 Anonymous login ok, send your complete email address as your password.
Command: PASS *****
Response: 230-Willkommen auf dem FTP-Server.
Response: 230 Anonymous access granted, restrictions apply.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (x,x,x,x,43,205).
Command: LIST
Error: Transfer channel can't be opened. Reason: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht ordnungsgemäß reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
Error: Could not retrieve directory listing
MfG