Hi all,

I am having some problems retrieving files with unicode characters inside the filename.

For example, one of the files contains the character ğ, but when I try to request the file, the FTP server shows that a file with a "normal" g is requested instead of the special file character. Therefore, the FTP will return that the file does not exist.

I am using CFtpConnection to receive the files.

Any ideas how to fix this?

Best regards,