• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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