martin wrote:
bhavank.g wrote:
I checked my password for SFTP and all characters from password string are pure ASCII characters. Please advise further on this.
Enable password logging with
/loglevel=*
and check that the correct password is used.
Also, is there any special (even if ASCII) character in the password?
Hi Martin,
I guess special ASCII character ; is causing issue. I found some difference between working and non working version logs
. 2017-01-09 10:17:02.059 Host name: *** (Port: 22)
. 2017-01-09 10:17:02.059 User name: *** (
Password: **, Key file: No, Passphrase: No)
Password Section is Yes on working version Log where as on Non working version it picked Initial characters before ; and shown on log.
Is this identification is true? which causing bug on SFTP connection through new version? Kindly let me know once you have look.
Thanks,
Bhavank