Opened 17 years ago

Last modified 17 years ago

#3320 closed Bug report

Vers. 3.0 3 FTPS does not work

Reported by: nikolai10 Owned by: Alexander Schuch
Priority: normal Component: Other
Keywords: Cc: nikolai10, Alexander Schuch
Component version: Operating system type:
Operating system version:

Description

XP sp2 client: 3.0.3 Server: 0.9.24 file zilla client ftps (ssl/tls force eplicit) can not connect to zilla server behind firewall. port 21 is forwarded. Here is the Clientlog:
Status: Auflösen der IP-Adresse für xxxxxxxxxxxxxxxxxxx.net
Status: Verbinden mit 82.xx.xxx.xxx:21...
Status: Verbindung hergestellt, warte auf Willkommensnachricht...
Antwort: 220-FileZilla Server version 0.9.24 beta
Antwort: 220 Welcome xxxxxxxxx
Befehl: AUTH TLS
Antwort: 234 Using authentication type TLS
Status: Starte TLS...
Befehl: USER stevo
Status: Überprüfe Zertifikat...
Status: TLS/SSL Verbindung hergestellt-
Antwort: 331 Password required for stevo
Befehl: PASS
Antwort: 230 Logged on
Befehl: SYST
Antwort: 215 UNIX emulated by FileZilla
Befehl: FEAT
Antwort: 211-Features:
Antwort: MDTM
Antwort: REST STREAM
Antwort: SIZE
Antwort: MLST type*;size*;modify*;
Antwort: MLSD
Antwort: AUTH SSL
Antwort: AUTH TLS
Antwort: UTF8
Antwort: CLNT
Antwort: MFMT
Antwort: 211 End
Befehl: PBSZ 0
Antwort: 200 PBSZ=0
Befehl: PROT P
Antwort: 200 Protection level set to P
Status: Verbunden
Status: Empfange Dateilisten...
Befehl: PWD
Antwort: 257 "/" is current directory.
Befehl: TYPE I
Antwort: 200 Type set to I
Befehl: PASV
Antwort: 227 Entering Passive Mode (192,168,0,2,8,0)
Befehl: LIST
Antwort: 425 Can't open data connection.
Fehler: Dateilisten konnten nicht empfangen werden

With cuteftp everything works fine! So cuteftp can connect via ftps without problems through the firewall to the file zilla server. Regards Nikolai

Change History (1)

comment:1 by Alexander Schuch, 17 years ago

The FTP server is wrongly configured. You connect to an non-local/Internet server ("Status: Verbinden mit 82.xx.xxx.xxx:21..."), but the server replies with its local/LAN address ("Antwort: 227 Entering Passive Mode (192,168,0,2,8,0)").

Please read the network configuration guidelines at <http://filezilla-project.org/wiki/index.php/Network_Configuration#Setting_up_FileZilla_Server> and set the server accordingly.

Note: See TracTickets for help on using tickets.