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

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

Re: Help to connect to & view ftp server directory/files


From: Jean Magnan de Bornier
Subject: Re: Help to connect to & view ftp server directory/files
Date: Sat, 29 Aug 2009 20:51:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

rpd <richard@dickinson350.freeserve.co.uk> wrote :

| Many thanks for your very helpful reply. I followed your advice & dl the ftp
| for win32 exe file & added the code to .emacs & put the path to to the .exe
| in Path env and I can now access the server files!
>
| (is there anyway to make a shortcut code to access the server more
| directly?).

I have this in my .emacs

(defun cez ()
"Connexion ftp avec junon dans emacs"
(interactive)
(find-file "/ftp:<username>@<servername>:~/")
)

Then:

M-x cez

et voilĂ !

And you can also store your password in a file, so tramp won't ask you
every time.

cheers,
-- 
Jean


reply via email to

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