• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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