• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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