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 14:21:06 -0700 (PDT) Message-ID: <25206423.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> 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 1251580914 18790 80.91.229.12 (29 Aug 2009 21:21:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2009 21:21:54 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 29 23:21:47 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 1MhVMi-0005SY-3m for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 23:21:40 +0200 Original-Received: from localhost ([127.0.0.1]:35499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhVMh-0000wP-7Y for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 17:21:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhVMI-0000tO-J7 for help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 17:21:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhVMD-0000kx-1V for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 17:21:13 -0400 Original-Received: from [199.232.76.173] (port=56453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhVMC-0000ke-SK for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 17:21:08 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:44242) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhVMC-00063i-J7 for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 17:21:08 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MhVMA-000663-OD for Help-gnu-emacs@gnu.org; Sat, 29 Aug 2009 14:21:06 -0700 In-Reply-To: <87ab1io3lc.fsf@boldair.bornier.net> 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:67647 Archived-At: 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: >=20 > rpd wrote : >=20 > | Many thanks for your very helpful reply. I followed your advice & dl th= e > 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 View this message in context: http://www.nabble.com/Help-to-connect-to---vi= ew-ftp-server-directory-files-tp25196906p25206423.html Sent from the Emacs - Help mailing list archive at Nabble.com.