• 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.

FTP Accounts username mask

Michal_Bayer

New Pleskian
Hello

I use 12.0.18 Debian 7.0 1200150126.15

Can I have possibility to define mask of allowed symbols in "New Additional FTP Account"? I'm migrating a few accounts that use username like this:
User1-domain.com

I don't see anything bad on that username.

I tried to create usernames through web page and also through command:
Code:
# /opt/psa/bin/ftpsubaccount --create User1-domain.com -domain domain.com -passwd mypass
Unable to create FTP account: You specified incorrect username.
Is there any solution, please?
 
You can't use uppercase symbols in ftp username. Use user1-domain.com
 
Is there any possibility uppercase characters in ftp username can be allowed?
I feel that mixing uppercase and lowercase in ftp username is safer.
 
It is impossible because of Linux restriction for names of system users.
 
Back
Top