mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV (tiny change)
Fixes: debbugs:1972
This commit is contained in:
parent
e8bedf5a88
commit
4bbb43819f
2 changed files with 5 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
|
|||
"^504 Unknown security mechanism\\|"
|
||||
"^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd
|
||||
"^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."
|
||||
:group 'ange-ftp
|
||||
:type 'regexp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue