Problems with FTP uploads, files with acents

58 Views Asked by At

I am having problems with file uploads using pure-ftpd linux.

The files with acents, like Trovão.mp3 are renamed to Trovão.mp3 on upload.

How to prevent this?

1

There are 1 best solutions below

0
On

FTP supports only four transfer types: ASCII, EBCDIC, binary, and "local" (for 9-bit bytes, yes there are systems that have 9-bit bytes). UNICODE and UTF-8 are not supported. You will have to do the conversion yourself.