From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: ftp from Emacs Date: Wed, 2 Oct 2002 08:20:35 -0400 (EDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3zum9.1234$XX3.811790@newssrv26.news.prodigy.com> Reply-To: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1033661626 578 127.0.0.1 (3 Oct 2002 16:13:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Oct 2002 16:13:46 +0000 (UTC) Cc: Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17x8bg-000095-00 for ; Thu, 03 Oct 2002 18:13:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17x8c2-0008N5-00; Thu, 03 Oct 2002 12:14:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wiUV-0000HN-00 for help-gnu-emacs@gnu.org; Wed, 02 Oct 2002 08:20:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wiUT-0000HB-00 for help-gnu-emacs@gnu.org; Wed, 02 Oct 2002 08:20:35 -0400 Original-Received: from oh-northolmstead1-7-171.clvhoh.adelphia.net ([68.71.102.171] helo=heidegger.mousecar.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wiUT-0000H1-00 for help-gnu-emacs@gnu.org; Wed, 02 Oct 2002 08:20:33 -0400 Original-Received: from localhost (ken@localhost) by heidegger.mousecar.net (8.11.6/8.11.6) with ESMTP id g92CKeU08295; Wed, 2 Oct 2002 08:20:43 -0400 X-Authentication-Warning: heidegger.mousecar.net: ken owned process doing -bs Original-Newsgroups: comp.emacs.xemacs X-X-Sender: Original-To: Alex In-Reply-To: <3zum9.1234$XX3.811790@newssrv26.news.prodigy.com> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2183 Looking at your output (below), specifically the line: 230 User myname@myserver.com logged in. shows that you *are* logged in. Put the cursor after the "ftp>" prompt and type "pwd" and it should show you the current directory. Or do "stat" and you should get the output for that. Now do "dir". Do you get a listing of the files in that directory? If you don't, then do "passive" and try again. Note that you'll get all this same behaviour if you ftp in, i.e., not in emacs, but just at the command line. hth, ken -- AMD crashes? See http://cleveland.lug.net/~ken/amd-problem/. Spake Alex at 04:25 (UTC-0000) on Wed, 2 Oct 2002: = Hi ken = I actually have this line in .netrc: = machine servername.com login myloginwith@sign password mypassword = = = but Emacs just picks default username which I run it = under telling me that .netrc "is not owned by you or = badly protected".I swear I gave it full access (777) = and it owned by user which runs Emacs. = = When I change ange-ftp-default-user to my login name like: = (custom-declare-variable 'ange-ftp-default-user '"myusernamewith@sign" = '(...... = = it actually picks it up and asks for a password, connects and then errors = with ange-ftp-error: FTP Error: USER request failed: 500 AUTH not = understood. = Here is ftp buffer log: = = ftp> open myserver.com = Connected to myserver.com. = 220 ProFTPD FTP Server ready. = user "myname@myserver.com" Turtle Power! = 500 AUTH not understood. = 500 AUTH not understood. = KERBEROS_V4 rejected as an authentication type = ftp> 331 Password required for myname@myserver.com. = 230 User myname@myserver.com logged in. = ftp> = = Any help would be greatly appreciated! = = = = = = = = = ken wrote: = = > = > You are giving the username on the remote machine, the one with the file = > on it, right? = > = > Also, I've found it handy to use a ~/.netrc file-- emacs will/should = > know about it and use it. More info at "man netrc". = > = = _______________________________________________ = Help-gnu-emacs mailing list = Help-gnu-emacs@gnu.org = http://mail.gnu.org/mailman/listinfo/help-gnu-emacs =