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 ;)
You can use dnotify on your server to modify the file permissions every time you change a file.
dnotify -M -r -b /var/www -e chmod -R 755 /var/www
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With