Can Notepad++ automatically upload local files to the server when I save?

后端 未结 4 1788
离开以前
离开以前 2021-01-04 06:47

I use Notepad++ with its NppFTP plugin. I am required to keep local copies up to date, so I edit the local files then upload them to the server. I\'m wondering if there is a

4条回答
  •  我在风中等你
    2021-01-04 07:30

    Instead of trying to do this solely with Notepad++, I've gotten a similar workflow using Filezilla as well.

    I set Notepad++ as my default text editor (Edit -> Settings -> File Editing -> Use Custom Editor) in Filezilla.

    I can right-click on a local file (in Filezilla) and press "edit". Whenever I save the file in Notepad++, Filezilla detects the difference and prompts me to upload the file.

    Will reply back to this post once I can get this process to be completely automatic.

提交回复
热议问题