From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Sanchez Newsgroups: gmane.emacs.help Subject: Re: Help to connect to & view ftp server directory/files Date: Sat, 29 Aug 2009 04:41:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <88986190-a16a-458b-ae8e-3f9106c80ffc@d4g2000vbm.googlegroups.com> References: <25196906.post@talk.nabble.com> <19db5c11-6778-4a37-a2b7-341c575fb66d@18g2000yqa.googlegroups.com> <25201099.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1251564227 9728 80.91.229.12 (29 Aug 2009 16:43:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2009 16:43:47 +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 18:43: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 1MhR1g-0000X4-NT for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 18:43:40 +0200 Original-Received: from localhost ([127.0.0.1]:42522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhR1g-0006Ec-2W for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Aug 2009 12:43:40 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d4g2000vbm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 98.27.249.17 Original-X-Trace: posting.google.com 1251546085 981 127.0.0.1 (29 Aug 2009 11:41:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 29 Aug 2009 11:41:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d4g2000vbm.googlegroups.com; posting-host=98.27.249.17; posting-account=LeDjYgoAAAA2nhiX0UHbL2nB18T-BMnv User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:172494 X-Mailman-Approved-At: Sat, 29 Aug 2009 12:42:21 -0400 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:67642 Archived-At: On Aug 29, 6:45 am, rpd wrote: > Hi > I tried C-x-d > > /@ftp.: > > & was prompted for password for but when I gave the password Emacs > froze > Any ideas anyone? > I had the same problem, and solved it by using this alternate client: ftp://ftp.gnu.org/old-gnu/emacs/windows/contrib/ftp-for-win32.zip Put it anywhere, (but don't try to replace the Windows ftp client) and put this line in your .emacs: (setq ange-ftp-ftp-program-name "c:/path/to/ftp.exe") Hope that's it X