• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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