Sublime Forum

ST3: Editing Files Remotely via STFP changes Permissions

#1

Hello, I am using Sublime Text 3, build 3032 in Ubuntu 13.04. When editing text files using Ubuntu’s built in SFTP file manager (Files) to open and edit files on my remote server and then save those edited files in back to the server directly (in place) I get a access denied error from my web server. I found that this is because Sublime Text is editing the file permissions when it saves the files back to the server. This problem does not exist when I’m editing files with gEdit, and it seems that only Sublime Text is changing my permissions. Obviously, changes in permissions should not be non-obvious and should never happen transparently. Please fix this bug.

0 Likes

#2

This will stop happening if you set atomic_save to false

0 Likes