• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to enable language(utf8) support for proftpd?

GiorgosI

Basic Pleskian
Plesk 9.5.4, CentOS 5.6 x86_64

When someone uploads files with greek names through ftp, the uploaded filenames are altered to questionmarks, for example ?????????.jpg and they cannot be browsed.
If we upload the same file from Plesk's File Manager, it is not altered to questionmarks and can be browsed.

The version of the proftpd is:
# rpm -qa | grep -i 'proftpd'
psa-proftpd-xinetd-1.3.2e-cos5.build95101209.08
psa-proftpd-1.3.2e-cos5.build95101209.08

I found that proftpd needs the mod_lang module enabled in order to be able to handle utf8 characters:
http://www.proftpd.org/docs/modules/mod_lang.html
This module is not enabled with proftpd coming with Plesk (the '-' below means it is not enalbed):
# proftpd -V | grep -i 'nls'
- NLS support

Is there any way to enable language module for proftpd?
 
Back
Top