From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean Magnan de Bornier Newsgroups: gmane.emacs.help Subject: Re: Help to connect to & view ftp server directory/files Date: Sun, 30 Aug 2009 10:10:31 +0200 Organization: Guest of ProXad - France Message-ID: <873a79oh6w.fsf@boldair.bornier.net> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251625308 5708 80.91.229.12 (30 Aug 2009 09:41:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Aug 2009 09:41:48 +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 11:41:41 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 1Mhgun-0000ip-Sp for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Aug 2009 11:41:38 +0200 Original-Received: from localhost ([127.0.0.1]:44320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mhgun-0001cQ-6B for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Aug 2009 05:41:37 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp9-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) Cancel-Lock: sha1:0KIt8KOpfn9eAX3akxnX1xFkWTQ= Original-Lines: 23 Original-NNTP-Posting-Date: 30 Aug 2009 11:08:00 MEST Original-NNTP-Posting-Host: 81.56.145.104 Original-X-Trace: 1251623280 news-1.free.fr 22540 81.56.145.104:33718 Original-X-Complaints-To: abuse@proxad.net Original-Xref: news.stanford.edu gnu.emacs.help:172513 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:67656 Archived-At: rpd wrote : | Currently I have this: > | (defun scut () | "Connexion ssh avec junon dans emacs" | (interactive) | (Tramp "/ssh:@:~/") | ) > | While I might be able to find and figure out what is needed for this to work | I would be very grateful for help from anyone who knows what is needed now | to get this to work! | I look forward to helpful replies, regards & best wishes If I understand you correctly you want to use ssh instead of ftp? In this cas a ssh server must be installed on the distant machine. Moreover, "Tramp" is not a valid function, why not leave "find-file"? cheers, -- Jean