From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nickolai Dobrynin Newsgroups: gmane.emacs.help Subject: How to disconnect ange-ftp permanently? Date: Sun, 15 Feb 2004 07:10:01 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040215131001.GA7544@cs.uwm.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076851709 14416 80.91.224.253 (15 Feb 2004 13:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 13:28:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 15 14:28:24 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsMJr-0003j3-00 for ; Sun, 15 Feb 2004 14:28:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsMIS-0000EK-HK for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Feb 2004 08:26:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsMFX-0007gB-61 for help-gnu-emacs@gnu.org; Sun, 15 Feb 2004 08:23:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsMDR-00073L-1r for help-gnu-emacs@gnu.org; Sun, 15 Feb 2004 08:22:17 -0500 Original-Received: from [129.89.143.24] (helo=miller.cs.uwm.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsMC5-0006k9-V4 for help-gnu-emacs@gnu.org; Sun, 15 Feb 2004 08:20:22 -0500 Original-Received: from grid1.cs.uwm.edu (grid1.cs.uwm.edu [129.89.38.52]) by miller.cs.uwm.edu (8.11.7p1+Sun/8.11.7) with ESMTP id i1FDKJm23421 for ; Sun, 15 Feb 2004 07:20:19 -0600 (CST) Original-Received: (from dobn7451@localhost) by grid1.cs.uwm.edu (8.11.7p1+Sun/8.11.6) id i1FDA1L07650 for help-gnu-emacs@gnu.org; Sun, 15 Feb 2004 07:10:01 -0600 (CST) X-Authentication-Warning: grid1.cs.uwm.edu: dobn7451 set sender to dobn7451@cs.uwm.edu using -f Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16874 I use ange-ftp-kill-ftp-process to break an on-going ftp connection to another UNIX server. However, this really doesn't do the job because, no matter what buffer I invoke this commands on, it immediately re-activates the connection without asking for any passwords, once I request for it. So, it feels as though I never exited it. Is there any way I could exit from an ftp connection permanently (while keeping Emacs itself running) so that next time I would be to supply the password for the remote account just like I did when I first started ange-ftp? It's just a simple safety measure. I am using GNU Emacs 21.3.1 on Mandrake Linux 9.2. I searched actively for this information, but without any success. Any help and advice? Many thanks, Nickolai Dobrynin