When working with a project, a'la "PHP application from remote server"
The file properties I am offered, when I right-click->properties on files, relate only to the local properties.
Is it possible to modify file permissions on the remote files from within Netbeans somehow?
Currently for each new file I create, I have to manually chmod it, once, via ssh. I'd like to know if it's possible to do that from within Netbeans. With a plugin perhaps?
And yes I am aware of the 'preserve remote file permissions' setting and I do use it. Google has many results about that feature but none pertinent to what I am asking ;)