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: Sat, 29 Aug 2009 15:23:53 -0700 (PDT) Message-ID: <25206870.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1251584674 27201 80.91.229.12 (29 Aug 2009 22:24:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2009 22:24:34 +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 00:24:27 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 1MhWLT-0001Z9-BC for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Aug 2009 00:24:27 +0200 Original-Received: from localhost ([127.0.0.1]:55988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhWLS-00056F-EG for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 18:24:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhWL3-000561-DJ for help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 18:24:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhWKx-000558-Mu for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 18:24:00 -0400 Original-Received: from [199.232.76.173] (port=35283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhWKx-000551-JA for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 18:23:55 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:42346) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhWKx-0007VD-7p for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 18:23:55 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MhWKv-0007sh-3P for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 15:23:53 -0700 In-Reply-To: <25206423.post@talk.nabble.com> 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:67648 Archived-At: Hi all 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) 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 wor= k 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 rpd wrote: >=20 > Hi Jean >=20 > Nice one! (I should have figured something out like that myself really!). > Thanks a lot for your reply with that helpful shortcut. >=20 > I am now trying to use Tramp (& ssh) to connect to server but haven't got > that working yet! >=20 > Best wishes >=20 >=20 > Jean Magnan de Bornier wrote: >>=20 >> rpd wrote : >>=20 >> | 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?). >>=20 >> I have this in my .emacs >>=20 >> (defun cez () >> "Connexion ftp avec junon dans emacs" >> (interactive) >> (find-file "/ftp:@:~/") >> ) >>=20 >> Then: >>=20 >> M-x cez >>=20 >> et voil=C3=A0! >>=20 >> And you can also store your password in a file, so tramp won't ask you >> every time. >>=20 >> cheers, >> --=20 >> Jean >>=20 >>=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Help-to-connect-to---vi= ew-ftp-server-directory-files-tp25196906p25206870.html Sent from the Emacs - Help mailing list archive at Nabble.com.