From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rpd Newsgroups: gmane.emacs.help Subject: Re: Help to connect to & view ftp server directory/files Date: Sun, 30 Aug 2009 03:30:01 -0700 (PDT) Message-ID: <25210360.post@talk.nabble.com> References: <25196906.post@talk.nabble.com> <19db5c11-6778-4a37-a2b7-341c575fb66d@18g2000yqa.googlegroups.com> <25201099.post@talk.nabble.com> <88986190-a16a-458b-ae8e-3f9106c80ffc@d4g2000vbm.googlegroups.com> <87ab1io3lc.fsf@boldair.bornier.net> <25206423.post@talk.nabble.com> <25206870.post@talk.nabble.com> <87my5hhfqf.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251628373 12568 80.91.229.12 (30 Aug 2009 10:32:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Aug 2009 10:32:53 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 30 12:32:45 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MhhiE-0006oV-Lx for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Aug 2009 12:32:43 +0200 Original-Received: from localhost ([127.0.0.1]:37869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhhiC-0003v1-II for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Aug 2009 06:32:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mhhfu-0003st-Vy for help-gnu-emacs@gnu.org; Sun, 30 Aug 2009 06:30:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mhhfo-0003rO-Vy for Help-gnu-emacs@gnu.org; Sun, 30 Aug 2009 06:30:17 -0400 Original-Received: from [199.232.76.173] (port=45870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mhhfn-0003r9-T5 for Help-gnu-emacs@gnu.org; Sun, 30 Aug 2009 06:30:12 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:33712) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mhhfh-0000aR-VO for Help-gnu-emacs@gnu.org; Sun, 30 Aug 2009 06:30:11 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Mhhfd-0002kd-Pf for Help-gnu-emacs@gnu.org; Sun, 30 Aug 2009 03:30:01 -0700 In-Reply-To: <87my5hhfqf.fsf@gmx.de> X-Nabble-From: richard@dickinson350.freeserve.co.uk X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67657 Archived-At: 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 "/@:~/") ) 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 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.