sponsor Vim development Vim logo Vim Book Ad

Transmit FTP : Integrates Transmit FTP (Mac) with Vim

 script karma  Rating 52/15, Downloaded by 1116  Comments, bugs, improvements  Vim wiki

created by
Thomas Allen
 
script type
utility
 
description
This script allows you to upload the current file via Transmit directly from Vim. For it to work, you need to be working on a file that's tied to a Transmit connection, and this connection must have "DockSend" enabled.

The default key combination is Control + U to upload the active file.

Project Integration
------------------------
Take a look at proj.vim, which includes a "docksend" option that uploads files immediately on save: http://www.vim.org/scripts/script.php?script_id=2719
 
install details
Installation
----------------------------
Unzip TransmitFTP and then
* Move the "apple" directory into your "~/.vim" folder.
* Move "transmitftp.vim" from "plugin" to "~/.vim/plugin"

Keymapping:
----------------------------
Map any keys to "TransmitFtpSendFile" like so:
nnoremap <C-A> :call TransmitFtpSendFile()<CR>

By default, <C-U> (Control + U) uploads the current file.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
TransmitFTP.zip 1.0a 2008-11-05 6.0 Thomas Allen Initial upload
ip used for rating: 44.205.5.65

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github