Sublime Forum

SFTP plugin save remote file via sftp after change it in diff view (external program)

#1

Is it possible to save remote file via sftp after change it in diff view (external program) ?
I mean something like this :

  1. diff remote file using external program (in my case “diff_command”: ["/usr/bin/subl", “-n”, “-w”, “-b”, “–command”, “sublimerge_diff_views”, “%1$s”, “%2$s”]) or meld
  2. merge some changes from local to remote (not all changes)
  3. save remote file via sftp do not upload whole local file
    how can I do that ?
0 Likes