From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: "B. T. Raven" <nihil@nihilo.net>
Newsgroups: gmane.emacs.help
Subject: ange-ftp on w32
Date: Fri, 13 Nov 2009 03:39:02 -0600
Message-ID: <8LadnUboQe2wtGDXnZ2dnUVZ_judnZ2d@sysmatrix.net>
NNTP-Posting-Host: lo.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: ger.gmane.org 1258105373 13263 80.91.229.12 (13 Nov 2009 09:42:53 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Fri, 13 Nov 2009 09:42:53 +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 10:42:47 2009
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
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 1N8sfr-0002Kr-Jr
	for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 10:42:35 +0100
Original-Received: from localhost ([127.0.0.1]:35891 helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1N8sfr-0000C2-7T
	for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Nov 2009 04:42:35 -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 03:38:53 -0600
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Original-Newsgroups: gnu.emacs.help
X-No-Archive: yes
Original-Lines: 19
X-Usenet-Provider: http://www.giganews.com
Original-NNTP-Posting-Host: 12.73.133.70
Original-X-Trace: sv3-ibUGajzjHkWwkwRTTsePc5z8E9AjmffzCny+NLS0rbX03Dh6FZKh04LR+p04AdQO65tOjuBkZpf0/Ea!B16+UROXAfV61WDSgTgD0BkSapR+euYeqcP2zWYf65eerSQIuAIjS7UK8aGrn22EehuepXZUoAVQ!M+4AvTCFSdXP5A6BdQrPBB9pNGTcrQ==
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:174632
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 <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=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:69703
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/69703>

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?

Thanks,

Ed