• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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