Archived Forum Post

Index of archived forum posts

Question:

FTP utf-8 login failed with pass

Nov 29 '13 at 10:17

Having Problems to connect with german special chars. E.g.:

//..

CString ftppass ="öffentlich";

ftp.put_Utf8(true);

ftp.put_Hostname(ftpserv);

ftp.put_Username(ftpuser);

ftp.put_Password(ftppass);

//..

Log:

Sending PASS command... Getting PASS reply... Password failed 530 Login incorrect

But isn't it enough to set utf-8 to true so a Password with special chars (in a CString) should work??


Answer

Can someone give any answer on this issue? I just do not see what I am doing wrong with utf-8.

Edit: If it needs more details let me know. I am stuck at my Project for now ;-(