Skip to content

FTP-Passwords with german special chars don't work after reconnect

Bugzilla Link 500099
Status NEW
Importance P3 normal
Reported Aug 23, 2016 02:24 EDT
Modified Aug 23, 2016 08:55 EDT
Version 3.5
Reporter Alexander Behling

Description

This is a very annoying bug.
If I create a new FTP-Connection connect works regardless if the password contains special chars like ü.
But when I try to reconnect the closed connection it doesn't work.
There will be always a error message saying the password is incorrect.
So I believe at creation of new connection a different charset like UTF8 is used and if I reconnect another charset like ASCII is used and therefore the special chars are interpreted wrong.

I don't want to delete and recreate the connection over and over.
So I would appreticate if there is a quick fix.