unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: krb5-clients: ftp gives spurious permanent error
       [not found] ` <wzilm7zuao6.fsf@melbourne.laas.fr>
@ 2002-07-26 15:36   ` Richard Stallman
       [not found]   ` <87y9bymxza.fsf@pot.cnuce.cnr.it>
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2002-07-26 15:36 UTC (permalink / raw)
  Cc: emacs-devel

    the following thread discussed the problem, and led to a patch that I
    believe was applied to Emacs 20.7, but that does not seem to have been
    taken to the Emacs 21 branch.

Can you recommend a specific patch?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: krb5-clients: ftp gives spurious permanent error
       [not found]     ` <200207271852.g6RIqr010732@aztec.santafe.edu>
@ 2002-08-27 14:27       ` Francesco Potorti`
  2002-08-28  6:52         ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco Potorti` @ 2002-08-27 14:27 UTC (permalink / raw)
  Cc: 154252, Emacs developers

Accessing some ftp servers with ange-ftp when a kerberised ftp is
installed may lead to problems due to unanticipated responses from the
server.

The following patch cures the problem that I observed.
If it is okay, I can install it.


2002-08-27  Francesco Potorti`  <pot@gnu.org>

	* net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
	given by vsFTPd when accessed with a kerberised FTP client.

Index: ange-ftp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/ange-ftp.el,v
retrieving revision 1.43
diff -p -u -p -u -b -r1.43 ange-ftp.el
--- ange-ftp.el	14 Aug 2002 22:43:46 -0000	1.43
+++ ange-ftp.el	27 Aug 2002 14:18:05 -0000
@@ -728,6 +728,7 @@ parenthesized expressions in REGEXP for 
 	  "^Data connection \\|"
 	  "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
          "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
+	  "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
 	  "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
   "*Regular expression matching ftp messages that can be ignored."
   :group 'ange-ftp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: krb5-clients: ftp gives spurious permanent error
  2002-08-27 14:27       ` Francesco Potorti`
@ 2002-08-28  6:52         ` Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2002-08-28  6:52 UTC (permalink / raw)
  Cc: 154252, emacs-devel

Thanks.  I installed this fix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-28  6:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E17Xhc0-00033T-00@pot.cnuce.cnr.it>
     [not found] ` <wzilm7zuao6.fsf@melbourne.laas.fr>
2002-07-26 15:36   ` krb5-clients: ftp gives spurious permanent error Richard Stallman
     [not found]   ` <87y9bymxza.fsf@pot.cnuce.cnr.it>
     [not found]     ` <200207271852.g6RIqr010732@aztec.santafe.edu>
2002-08-27 14:27       ` Francesco Potorti`
2002-08-28  6:52         ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).