Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8204704e
Commit
8204704e
authored
Mar 24, 2009
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
parent
58aec0d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+1
-0
No files found.
lisp/ChangeLog
View file @
8204704e
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
...
...
lisp/net/ange-ftp.el
View file @
8204704e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment