Sublime Forum

Conflicts between uploading files on SFTP

#1

I have a project, with the plugin SFTP. I download all my project on my local PC to make a folder on the sidebary with a tree directory to see my files, and next map the folder to remote server, so when I open the local file, edit and save It, it’s upload automatically to my server.

The problem when have another people that write that files on another computer and another program from the remote server, so If they, for example, open the file in the remote server, change in the index.php files and add a comment on it and they upload, If I open my local file to make a new change and save It, it going to be uploaded without the modified comment of the another developer, because it’s sync from local to remote but not from remote to local too. So, How I can fix it?

Thanks.

0 Likes