Auto VIM FTP upload on save?
You can probably find a suitable plugin at vim.org . Also see this answer for possible output.
Anyway, I believe that such a function belongs to your FTP client and not your text editor.
And you're in luck, some of the most venerable Mac OS X FTP clients have some sort of "auto-sync" feature:
- Interarchy (Startup)
- Yummy FTP (FTP Watcher)
Macfusion , Transmit Disks and Inter-Archive "Network Drives" is an alternative that allows you to mount an FTP server as a local drive.
Philosophy aside, did you know that you can browse FTP servers directly from Vim without adding anything? See :h netrw
.
source to share
I wrote a plugin for this purpose. It can be found here: https://github.com/hesselbom/vim-hsftp
It allows you to upload or download the current file via sftp.
It's in the early stages, but it worked for my purposes and you can unlock it or contribute if you like!
source to share