PDA

View Full Version : FTP Permissions


athomas
11-16-2008, 10:41 PM
How would I change FTP permissions for a user to a specific folder via SSH? I just need to add write access.

darksidepuffin
11-16-2008, 11:59 PM
For "one specific user"?The ftp server you're using should allow you to configure the user's access [which ftp server software are you using]?

Otherwise you could likely accomplish it by doing a combination of groupadd, chown, and chmod via shell, presuming the ftp user can already browse to the directory in question.

athomas
11-17-2008, 12:08 AM
Not sure offhand what we use here for unix servers.

I am having the client try now, I used chown user:group -R directory

athomas
11-17-2008, 12:10 AM
Actually looks like I fixed my own problem.

Just so anyone with this problem knows, that command did it.