Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4bbb4381
Commit
4bbb4381
authored
Aug 16, 2013
by
William Parsons
Committed by
Glenn Morris
Aug 16, 2013
Browse files
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV (tiny change)
Fixes: debbugs:1972
parent
e8bedf5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4bbb4381
2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2013-08-16 Glenn Morris <rgm@gnu.org>
2013-08-16 Glenn Morris <rgm@gnu.org>
* net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
* net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
...
...
lisp/net/ange-ftp.el
View file @
4bbb4381
...
@@ -723,7 +723,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
...
@@ -723,7 +723,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
"^504 Unknown security mechanism\\|"
"^504 Unknown security mechanism\\|"
"^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd
"^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd
"^534 Kerberos Authentication not enabled\\|"
"^534 Kerberos Authentication not enabled\\|"
"^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
"^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT
\\|^500 .*EPSV
")
"Regular expression matching FTP messages that can be ignored."
"Regular expression matching FTP messages that can be ignored."
:group 'ange-ftp
:group 'ange-ftp
:type 'regexp)
:type 'regexp)
...
...
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