Opened 17 years ago
Last modified 17 years ago
#3167 closed Bug report
File transfer error misinterpreted
Reported by: | elisee | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | elisee, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Hey, it's me again. Using the last compiled nightly build, when a server refuses a connection for a transfer because I have "already too much connection", FileZilla puts the file in the failed transfer queue with a message saying "wrong password". The error code returned by the server happens just after FileZilla sent the password, and its return code is 530.
After looking a bit in the RFC, 530 is described as "refused connection" rather than "wrong password", but I'm unsure you could do something about it, since the error code has many meaning. But at least you know that it might mean something else, now.
RFC 959 says "530 Not logged in.". So FZ3 cannot distinguish between wrong password and congested server.