* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
This commit is contained in:
parent
58aec0d679
commit
8204704e3c
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-03-24 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
|
||||
|
||||
2009-03-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* wid-edit.el (widget-specify-field): Don't add a second overlay for a
|
||||
|
|
|
@ -727,6 +727,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
|
|||
"^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
|
||||
"^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
|
||||
"^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
|
||||
"^534 Kerberos Authentication not enabled\\|"
|
||||
"^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
|
||||
"Regular expression matching FTP messages that can be ignored."
|
||||
:group 'ange-ftp
|
||||
|
|
Loading…
Add table
Reference in a new issue