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: Sun, 30 Aug 2009 03:30:01 -0700 (PDT)

Hi Michael

Thank you for showing me this link/ way to the FAQ for Tramp.

This code (similar to the earlier code Jean posted) allows me to access the
files on the server but after I type in my password:

(defun scut ()
"Connexion ssh avec junon dans emacs"
(interactive)
(find-file "/<username>@<host>:~/")
)

How about automatically entering the password too?
I cannot see that mentioned on the FAQ- but there should be a way to do it?
Can someone advise me please how to include the password for full
'autologin' to the server?

Many thanks


Michael Albinus wrote:
> 
> rpd <richard@dickinson350.freeserve.co.uk> writes:
> 
>> Hi all
> 
> Hi,
> 
>> I am now able to use Tramp to access my server remote files but cannot
>> get a
>> shortcut to work with it (like the ftp example Jean showed in a prior
>> post)
> 
> http://www.gnu.org/software/tramp/#Frequently-Asked-Questions
> 
> Best regards, Michael.
> 
> 
> 
> 

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





reply via email to

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