• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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