|
|
 | | From: | Peter Buenemann | | Subject: | vim macro ftp (sftp) | | Date: | Thu, 20 Jan 2005 14:23:32 +0100 |
|
|
 | Hi,
I want to edit a file on a remote server with my local (g)vim. My (g)vim must connect the remote server with ftp (gftp), so I can edit the file on the remote server. When I save the file, the file must be saved on the remote server. Knows someone a solution? Has somebody written a macro?
I know JEdit has this function, but I will use my favourite editor (g)vim.
Many Thanks.
Best regards Peter Buenemann
|
|
 | | From: | Bob Harris | | Subject: | Re: vim macro ftp (sftp) | | Date: | Thu, 20 Jan 2005 14:44:30 GMT |
|
|
 | In article , Peter Buenemann wrote:
> Hi, > > I want to edit a file on a remote server with my local (g)vim. > My (g)vim must connect the remote server with ftp (gftp), so I > can edit the file on the remote server. When I save the file, the > file must be saved on the remote server. > Knows someone a solution? > Has somebody written a macro? > > I know JEdit has this function, but I will use my favourite > editor (g)vim. > > Many Thanks. > > Best regards > Peter Buenemann
Have you tried:
:help ftp
Bob Harris
|
|
|