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: Sat, 29 Aug 2009 20:51:59 +0200 Organization: Guest of ProXad - France Message-ID: <87ab1io3lc.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1251574846 4101 80.91.229.12 (29 Aug 2009 19:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2009 19:40:46 +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 21:40:39 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 1MhTmv-0000Sy-Of for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 21:40:37 +0200 Original-Received: from localhost ([127.0.0.1]:42291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhTmv-0006xH-4s for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 15:40:37 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp17-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:HEVIF8FY1ofiuCqyQhiSNSUM+PA= Original-Lines: 29 Original-NNTP-Posting-Date: 29 Aug 2009 21:08:00 MEST Original-NNTP-Posting-Host: 81.56.145.104 Original-X-Trace: 1251572880 news-3.free.fr 428 81.56.145.104:52987 Original-X-Complaints-To: abuse@proxad.net Original-Xref: news.stanford.edu gnu.emacs.help:172503 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:67646 Archived-At: rpd wrote : | 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?). I have this in my .emacs (defun cez () "Connexion ftp avec junon dans emacs" (interactive) (find-file "/ftp:@:~/") ) Then: M-x cez et voilĂ ! And you can also store your password in a file, so tramp won't ask you every time. cheers, -- Jean