• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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