Opened 20 years ago
Last modified 18 years ago
#780 closed Bug report
Change password does not work in 2.2.9
Reported by: | twosocks | Owned by: | Alexander Schuch |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | twosocks, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
If I try to change password with server\change password
reports that odl password is not correct. If I try
chmod works fine. This is because Filezilla adds quote
on begining and end of paasword phrase. Exp. chmod
passold passnew - this is right, but filezilla sends to
server chmod "passold" "passnew" - wrong. You have to
sent without quotes. Then works.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
SITE PASSWD is not a default FTP command, but an extention. Unfortunately, there is no standard if the passwords should be quoted or not, so some server expect quotes while others don't. Because of that, this cannot be fixed. Closing bug report.
Can you please try the most recent version of FileZilla 2 to see if the problem still persists?