• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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