Page 1 of 1

Filezilla client : USER after logon bug

Posted: 2004-05-25 21:24
by Luk
hello, I've just spotted a little bug in Filezilla 2.2.1a :
there is a bad implementation of the Proxy's parameter 'USER after logon' :
Filezilla tries to connect using :
USER user@server:port
and gets the server:port cannot be found...

That's because the USER syntax is USER user@server port (no ':', just a stupid space)

That's not a very important bug because it can be bypassed by telling the port is 21 and the server's address is "address port" ("192.168.1.1 2121" for example)

(and please forget my awfull english ;))

Posted: 2004-05-26 14:03
by fillide
Hi Luk, and thanks for reporting.

Could you just try to see if this is still in latest FileZilla version (2.2.6 at this time) and report it here ?

Posted: 2004-05-26 17:19
by Luk
for sure !
(woops I really thought I got the latest version... Drugs are bad :P)

In version 2.2.6 (the latest I hope ;)) the bug is still here :)