help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with sftp


From: J. David Boyd
Subject: Re: help with sftp
Date: Sat, 06 Apr 2013 23:57:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Jean Magnan de Bornier <jean@bornier.net> writes:

>
> Hi Ola,
>
> I have a little function in my .emacs:
>
> (defun cez ()
> "Connexion ftp avec junon dans emacs"
> (interactive)
> (find-file "/sftp:[user]@[server]:~/")
> )
>
> Replace [user] with your login and [server] with your server name. ;-) 
>
> so that hitting M-x cez in emacs opens a connexion and dired shows me the
> files and I can edit them.
>
> It is a good thing to set up ssh encryption so no password is asked. 
>
> So you need dired mode in emacs and ssh setup. 

This is a really great idea, thanks!

Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]