Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: FTPS password from login modal truncated at 100 chars.

Yes, indeed, on Login dialog, password box is limited to 100 characters.
chaami

FTPS password from login modal truncated at 100 chars.

Hi,
I have noticed that when trying to connect to a ftps server (Ftp with TLS/SSL Implicit encryption), that when setting the username and password in the GUI through the login modal window,
the login fails and WinSCP requests again the password.
Typing the same password one more time results in a successful login.
DISCLAIMER: It's a very long password (470 characters).

If I leave the password field empty in the login modal and type it later when it's requested, the login works flawlessly.

From the logs, I get the sense that the password actually gets truncated when written in the login modal (at 100 chars if each * from the logs reproduced below represent a char), by comparing the two PASS commands call logs:
Failing > PASS ****************************************************************************************************
Working > PASS **************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

This issue was active when using WinSCP 5.13.3 (Build 8565).
I suspect other protocols might suffer from it, but got lazy to try.

Kind regards.