


ssh/config file, or -R 52698:localhost:52698 if you prefer command line. ( on your local workstation) Add RemoteForward 52698 127.0.0.1:52698 to your. This is quite a lot uglier than just fixing the files. Step by step: ( on your local workstation) On Sublime Text 3, open Package Manager (Ctrl-Shift-P on Linux/Win, Cmd-Shift-P on Mac, Install Package ), and search for rsub. Run ST3 as a user who can write there: sudo -u www-data subl /var/www/Rest_Of_Path_Here Use ACLs to allow your user to write without disturbing the standard permissions framework.Ĭhange your workflow to write into a version control system (eg git) as your users, and then have a script running as the other user check it out.Publish files, folders, or just the changes since your.

But this is pretty risky if there's something malicious on the server already. Work off of a server edit and manipulate files and folders Map a local folder to a remote folder. Change the file mask so other users can write (eg 777).Add your user to the www-data group and change the file mask to 774 so members of the group can write/execute.This may upset things running as other users that might also need to write, eg a webserver running as You don't have permission to write to /var/I didn't know it could do this but I've tested it and it works so there you go.Īllow your user to write the files directly.
