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

Externam FTP account

Z

ZaNaToS

Guest
Any one knows how can I make an ftp account manualy,
that will not point to any of the vhosts? (just to a folder at the system, lets say /temp/ftp/ )?
 
for any one that cares, the solution is this:

/usr/sbin/useradd newusername -u 10102 -o -d /home/ftp/newusername -g psacln

at 10102 you give the next available uid.
 
Back
Top