FTP issue - FTP open Character encoding issue
Edit the /etc/locale.gen file, uncommenting the languages that you want to have in the system
sudo vim /etc/locale.gen
Then generate the files of each language with
sudo locale-gen
And finally make sure that your user has the variables "locale" that you need to the .bash_profile file. For example English US:
echo "export LANGUAGE = en_US.UTF-8
export LANG = en_US.UTF-8
export LC_ALL = en_US.UTF-8 ">> ~/.bash_profile