From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: ange-ftp on w32 Date: Fri, 13 Nov 2009 12:34:54 +0100 Message-ID: <87bpj6ody9.fsf@gmx.de> References: <8LadnUboQe2wtGDXnZ2dnUVZ_judnZ2d@sysmatrix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258112168 1707 80.91.229.12 (13 Nov 2009 11:36:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 11:36:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "B. T. Raven" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 13 12:36:01 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 1N8uRb-0003iA-LX for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 12:36:00 +0100 Original-Received: from localhost ([127.0.0.1]:56267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8uRb-0003e2-0T for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 06:35:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8uQn-0003Yz-Ab for help-gnu-emacs@gnu.org; Fri, 13 Nov 2009 06:35:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8uQi-0003Xt-2q for help-gnu-emacs@gnu.org; Fri, 13 Nov 2009 06:35:08 -0500 Original-Received: from [199.232.76.173] (port=45709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8uQh-0003Xg-OX for help-gnu-emacs@gnu.org; Fri, 13 Nov 2009 06:35:03 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:35530) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N8uQh-0006IS-47 for help-gnu-emacs@gnu.org; Fri, 13 Nov 2009 06:35:03 -0500 Original-Received: (qmail invoked by alias); 13 Nov 2009 11:35:01 -0000 Original-Received: from h-62.96.202.36.host.de.colt.net (EHLO ubuntu.local) [62.96.202.36] by mail.gmx.net (mp026) with SMTP; 13 Nov 2009 12:35:01 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+gL7s8SK+gj+h51iqn8xcVGdIKVrgl6YkDCPA65J MWB0VOmeZsELbe In-Reply-To: <8LadnUboQe2wtGDXnZ2dnUVZ_judnZ2d@sysmatrix.net> (B. T. Raven's message of "Fri, 13 Nov 2009 03:39:02 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:69708 Archived-At: "B. T. Raven" writes: > I have in .emacs > > (require 'ange-ftp) > > and under (custom-set-variables > ... > '(ange-ftp-default-user "myname@myisp") > '(ange-ftp-ftp-program-name "c:\\gnu\\ftp.exe") > '(ange-ftp-generate-anonymous-password "anonymous") > > After windows dialog boxes ask for real name and password I am asked for > local and remote files names but then nothing happens. If I run ftp > manually from command window the file is uploaded to my web space. This > is the gnutools ftp and not the one in winnt\system32. What else to I > need to do to run the ange-ftp commands from within Emacs? Which Emacs version are you using? Since Emacs 22, ange-ftp is called via Tramp, and you shouldn't need to require 'ange-ftp any longer in your .emacs. What does the *ftp ...* buffer tells? > Thanks, > > Ed Best regards, Michael.