Sublime Forum

FTP file editing and autosyncing

#1

Shamelessly I announce my first plugin attempt for ST2.
Basically you can get files from a remote location (FTP only, though) such that any save will update the local temporary file as well as the remote file.

http://fdumont.net/dump/ftp_ex/1.png

http://fdumont.net/dump/ftp_ex/2.png

http://fdumont.net/dump/ftp_ex/3.png

http://fdumont.net/dump/ftp_ex/4.png

http://fdumont.net/dump/ftp_ex/5.png

The code is still a mess, uncommented, probably looking awkward to native python speakers (that’s my first attempt in python…) and sometimes a bit buggy. That is the main reason why I won’t publish it yet - the announcement, though, is done for you to request features. Don’t hesitate, shout out.

Stuff to add:

  • sftp

  • reconnect on timeout (d’oh!)

  • easier connection detail input

  • selecting directories as a project source

  • … yours to add …

0 Likes

#2

Looking forward for the release of this plugin!

I have to change a file or two over ftp about a gazillion times a day, that might be very very useful plugin for me.

if you need some help with testing - im your man :wink:

0 Likes

#3

wbond.net/sublime_packages/sftp
:smile:

0 Likes