From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: ange-ftp on w32 Date: Fri, 13 Nov 2009 13:33:58 -0600 Message-ID: References: <8LadnUboQe2wtGDXnZ2dnUVZ_judnZ2d@sysmatrix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258141259 4261 80.91.229.12 (13 Nov 2009 19:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 19:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 13 20:40:51 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 1N920n-0008Az-Rf for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 20:40:50 +0100 Original-Received: from localhost ([127.0.0.1]:34514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N920n-0006GL-Cy for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 14:40:49 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.sysmatrix.net!news.sysmatrix.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 13 Nov 2009 13:33:49 -0600 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Original-Newsgroups: gnu.emacs.help In-Reply-To: X-No-Archive: yes Original-Lines: 39 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 12.73.133.36 Original-X-Trace: sv3-31GtHstXnSIK8HmO8YtkFzTkk18S4sGEPWNkwF811hAE8NbWZcIIMw471SpON31o1E6P6hLe3eoX53O!sP0MMVwzZsJbR6kABzMu8SOeUNuddXNr76AgRDQqdyFVX12+1VC031BC+9xfNbc/brmr+ZVYBFQG!UCqL/RgFmGEg1W1tsbKoDptioOfkbA== Original-X-Complaints-To: abuse@sysmatrix.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Original-Xref: news.stanford.edu gnu.emacs.help:174649 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 X-Gmane-Expiry: 2009-11-27 Xref: news.gmane.org gmane.emacs.help:69718 Archived-At: Michael Albinus wrote: > "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. GNU Emacs 22.3.1 (i386-mingw-nt5.0.2195) of 2008-09-06 on SOFT-MJASON > > What does the *ftp ...* buffer tells? I have no evidence that such a buffer is ever created. ?? Filezilla sort of works but has to reconnect every few tens of kbytes. > >> Thanks, >> >> Ed > > Best regards, Michael. > >