Question
Error to access File and Directory names with accents
I have a documentation tool daux.io
that uses directory and file names as titles, like /docs/Catálogo/Extensões.md
, so I need to write with accents, but it makes files and directories not accessible to other tools like FTP transfer, they doesn’t transfer these files because they got error trying to open directory. Looking at directory I see a different name /docs/Cata'logo/Extenso~es.md
. Can I solve this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
What FTP client are you using? Also make sure you are using a UTF-8 locale on the server side.
Transmit and GoodSync, both doesn’t work with that folders. I found something about locale, but I got confused because people say to use pt_BR.ISO-8859-1 that is a Windows like to my language, but checking my hosts they to not use this configuration, I don’t recognize many things. And i’m worried about change to ISO and corrupt the website that is written in UTF.