emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: krb5-clients: ftp gives spurious permanent error


From: Francesco Potorti`
Subject: Re: krb5-clients: ftp gives spurious permanent error
Date: Tue, 27 Aug 2002 16:27:16 +0200

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`  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]