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

How to create a global admin ftp account for all domains ??

I

ITGS

Guest
Is there a way to create one ftp account user that can access at vhost root directory (C:\Inetpub\vhosts) ?

I tried this:
1)
added manually a new user on the server,

2)
associated the new user in the groups:
"Administrators" - "MSFTP__xxxx" - "psacln" (what is this group?)

3)
Set the home directory of the user in: "C:\inetpub\vhosts\"

Trying to access using an ftp client, i received the following error:

Risposta: 530 User ftpadmin cannot log in, home directory unaccessible.

Somebody could help me to solve my issue ?

Thanks
 
I think you may need to add the user to NTFS permissions on the folder, and may have to propogate down the tree.

We use FTP with AD integration in a few other servers and we run
iisftp.vbs /SetADProp <username> FTPRoot <vhost root>
iisftp.vbs /SetADProp <username> FTPDir \<username>

And then set permissions on the folder and it works - now the /GetADProp & /SetADProp wont work for you becuase your not using AD user account isolation, but hopefully it helps some what :)
 
Back
Top