Unable to sunchronize local and remote directories ("set times: Operation not permitted")

Posted by Tom Auger on Server Fault See other posts from Server Fault or by Tom Auger
Published on 2011-06-14T15:38:35Z Indexed on 2012/09/06 9:40 UTC
Read the original article Hit count: 158

Filed under:
|
|
|
|

I'm running into FTP errors using software like NetBeans or WinSCP: whenever I attempt to perform a synchronization or update of files from local --> server I get errors on the client saying "set times: Operation not permitted".

This is clearly an issue with the way I've configured my Fedora installation. The user that I'm logging in with cannot touch -t any of these files, though he IS part of a group that has r/w access on the files.

I do have root / sudo access to this server. What I would like to know is:

a) is it likely that this problem would be solved by allowing my FTP user to "touch -t" these files
b) how do I enable a certain user to be able to set timestamps on files without giving them ownership of the files (certain of these files need to be owned by Apache, for instance, so I don't want to chown them).

Thanks in advance.

© Server Fault or respective owner

Related posts about permissions

Related posts about unix