TLS/SSL & PROT P errors

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
street011
504 Command not implemented
Posts: 11
Joined: 2005-08-27 10:51

TLS/SSL & PROT P errors

#1 Post by street011 » 2005-08-27 10:59

when i enable TLS/SSL support on my ftp server and force SSL with PROT P
the client is unable to connect 530

Code: Select all

Status:	Connecting to xxx.xxx.xxx.xxx ...
Status:	Connected with xxx.xxx.xxx.xxx. Waiting for welcome message...
Response:	220 FileZilla Server version 0.9.9 beta
Command:	USER wwRoot
Response:	530 Have to use explicit SSL/TLS before loggin on.
Error:	Unable to connect!
When i disable force SSL

i get a PROT P error:

Code: Select all

Status:	Connecting to xxx.xxx.xxx.xxx ...
Status:	Connected with xxx.xxx.xxx.xxx. Waiting for welcome message...
Response:	220 FileZilla Server version 0.9.9 beta
Command:	USER wwRoot
Response:	331 Password required for wwRoot
Command:	PASS ********
Response:	230 Logged on
Command:	FEAT
Response:	211-Features:
Response:	 MDTM
Response:	 REST STREAM
Response:	 SIZE
Response:	 MLST type*;size*;modify*;
Response:	211 End
Command:	SYST
Response:	215 UNIX emulated by FileZilla
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 (62,194,233,101,4,98)
Command:	LIST
Response:	550 PROT P required
Error:	Could not retrieve directory listing
anybody knows what could be wrong on either server or client side?
i use 4096 bit certificate server version 0.9.9

User avatar
botg
Site Admin
Posts: 35565
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-08-27 11:54

Will be fixed in the next FZS version.

street011
504 Command not implemented
Posts: 11
Joined: 2005-08-27 10:51

#3 Post by street011 » 2005-08-27 14:49

when can that next version be expected? (estimate)

Post Reply