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: rpd
Subject: Re: Help to connect to & view ftp server directory/files
Date: Sat, 29 Aug 2009 14:21:06 -0700 (PDT)

Hi Jean

Nice one! (I should have figured something out like that myself really!).
Thanks a lot for your reply with that helpful shortcut.

I am now trying to use Tramp (& ssh) to connect to server but haven't got
that working yet!

Best wishes


Jean Magnan de Bornier wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-to-connect-to---view-ftp-server-directory-files-tp25196906p25206423.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

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