• 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

How do I create a user ftp account with limited access to a certian file?

C

chessmaniac

Guest
Subject says it all. How do I create an ftp user account that will dump this user into a specified file under a certian domain?

Thanks

Dennis
 
I posted this the other day about manually adding additional ftp users:

http://forum.plesk.com/showthread.php?threadid=27183&highlight=useradd

You can't specify down to 'file' level, just 'directory' level. So if you want that user only to access specific 'file(s)', then you would put them into a specific directory and lock the user to that directory as 'home', then if you wanted to limit the user to read-only, you would have to chmod the file to readonly for user, group, other.

None of this can be done via the GUI control panel, has to be done by SSH root login to a command shell prompt.
 
Back
Top