Menu

#63 Plugin sends strange badly formed commands when switched to ftps

0.20
open
nobody
None
5
2015-02-21
2014-04-05
miroxlav
No

There seems to be a defect on connection using FTPS or FTPES. Wrong characters are sent to the server. For FTP connection the problem is not present. Tested under Windows 8.0, installed FileZilla server.

log of connection initialization when connection type is set to FTP

(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> Connected, sending welcome message...
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> 220-FileZilla Server version 0.9.43 beta
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> USER usr1
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> 331 Password required for usr1
(000002)2014-04-05 23:20:45 - (not logged in) (192.168.1.9)> PASS ****
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> 230 Logged on
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> TYPE A
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> 200 Type set to A
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> MODE S
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> 200 MODE set to S.
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> STRU F
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> 200 Using file structure 'File'
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> PWD
(000002)2014-04-05 23:20:45 - usr1 (192.168.1.9)> 257 "/" is current directory.

log of connection initialization when connection type is set to FTPS or FTPES

(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> Connected, sending welcome message...
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> 220-FileZilla Server version 0.9.43 beta
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> €}
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> 500 Syntax error, command unrecognized.
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> T
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> 500 Syntax error, command unrecognized.
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)>  
(000003)2014-04-05 23:23:14 - (not logged in) (192.168.1.9)> disconnected.

Discussion