FTP has trouble when server gives only numeric result codes
When I connect to an embedded device with a very simple FTP server, WinSCP times out at the message "Waiting for welcome message...". Looking at the TCP traffic, I see the following:
Server: "222 Hello!"
WinSCP: "USER admin"
Server: "331"
Then they just sit there. 331 is the code for "User name okay, need password", but WinSCP just sits there and never sends the password. Is this a problem with handling messages that do not include a text description? Thanks in advance - I love WinSCP.
Server: "222 Hello!"
WinSCP: "USER admin"
Server: "331"
Then they just sit there. 331 is the code for "User name okay, need password", but WinSCP just sits there and never sends the password. Is this a problem with handling messages that do not include a text description? Thanks in advance - I love WinSCP.