Python Forum
Python editor that will SFTP automatically on save
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python editor that will SFTP automatically on save
#1
Can anyone recommend a python editor for Windows that will automatically upload my file to the server upon save via SFTP? I prefer a minimalist editor to a full IDE, but if I need to go with a full IDE I'll do it. I've been coding in Notepad++ and I love it for the simplicity - I've tried the NPP FTP plugin for Notepad++ but I still need to manually upload, it won't auto do it on save. So if anyone can suggest a simplistic editor that will... much appreciated!
Reply
#2
It is not minimalist, but I can do this with the Kate editor in Linux. As Kate can also be installed in Windows, it may work there too.

In the SaveAs dialog or the Open dialog, one can type eg
Output:
sftp://myuser@myhost:/home/myuser/spam.txt
and edit spam.txt. I checked that the file is updated on the distant host on Ctrl-S. You'll need to find how to adapt the path to the file in Windows.

Kate is a very good and user-friendly editor. It is worth trying.
« We can solve any problem by introducing an extra level of indirection »
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to save to multiple locations during save cubangt 1 604 Oct-23-2023, 10:16 PM
Last Post: deanhystad
  no such file or directory in SFTP saisankalpj 2 1,637 Nov-25-2022, 11:07 AM
Last Post: DeaD_EyE
  file transfer via python SFTP SCP mg24 3 3,126 Sep-15-2022, 04:20 AM
Last Post: mg24
  Sublime Text Editor not recognizing Python elroberto 5 3,002 Jun-13-2022, 04:00 PM
Last Post: rob101
  Music Notation editor; how to build the editor? direction to go? philipbergwerf 1 1,758 Jan-01-2022, 04:56 PM
Last Post: Larz60+
  How to make a bot in pycharm for youtube for automatically adding python comments kodek2222 1 2,132 Jan-21-2021, 12:47 PM
Last Post: Aspire2Inspire
  Question re: running code in Editor (i.e. Atom) vs Python interpreter rok 3 2,492 Jun-29-2020, 09:20 PM
Last Post: bowlofred
  free python editor for mac tony1812 5 5,024 May-21-2020, 05:35 AM
Last Post: buran
  Opening CSV file from SFTP server not working cluelessintern 0 2,825 Apr-08-2020, 08:10 PM
Last Post: cluelessintern
  Running python from Sublime Text editor balley810 2 3,062 Jul-14-2019, 03:40 PM
Last Post: ThomasL

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020