• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Question How to set up an FTP user to have access to specific folders from another users home folders?

Sep B.

New Pleskian
Hi there,
I have been searching online for a couple of days for this situation I have, but I can't find a solution to it. Maybe someone here can help me out.
I have Plesk installed on one of my servers and I manage some websites with it. I also have an application running on the server that is running from the home directory of a user that was created specifically for that application alone.

So my question here is this:
How can I make it so an FTP user I create on Plesk (example: Domain1-PleskFTPUser) to have access to a specific folder from another users' home location (example: /home/application-user/application/target-folder)? I would need the FTP user to have recursive read and write access to that "target-folder" so I don't need to always manually connect over SSH, swap to "application-user", check the files I need and download some of them, edit a few and upload the modified ones back to the server.

Thanks for any tips or hints you could give me to sort this situation out.
 
have you try the following:

Easier solution to solve this is by creating 2 account and use Mobaxterm. You may login to multiple account and edit on the fly
 
Thanks for the reply but that won't work. I already use Mobaxterm but the server is made in such a way that only 1 account has SSH access from a specific IP. Every other account can't be accessed through a direct SSH connection.

I also need the FTP functionality because the files I need to edit are actually used by another software on my end, but this software supports FTP so it could grab them automatically.
 
You need root permission to manually modify the group for that user to grant both permission to access the same folder.
Plesk ftp user have access to domain root directory by default.
 
Back
Top