diff options
| author | William Parsons | 2013-08-16 00:17:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-16 00:17:33 -0700 |
| commit | 4bbb43819fb6025ca15ec5eab7740dff38283d62 (patch) | |
| tree | f80c2b51835016ac1e42f7d1ea4ea8dfd12eb97b /lisp/net | |
| parent | e8bedf5a8836cdcb74b881eadba12564ca8de9ef (diff) | |
| download | emacs-4bbb43819fb6025ca15ec5eab7740dff38283d62.tar.gz emacs-4bbb43819fb6025ca15ec5eab7740dff38283d62.zip | |
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV (tiny change)
Fixes: debbugs:1972
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index b8e279be91b..17c532688ac 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -723,7 +723,7 @@ parenthesized expressions in REGEXP for the components (in that order)." | |||
| 723 | "^504 Unknown security mechanism\\|" | 723 | "^504 Unknown security mechanism\\|" |
| 724 | "^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd | 724 | "^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd |
| 725 | "^534 Kerberos Authentication not enabled\\|" | 725 | "^534 Kerberos Authentication not enabled\\|" |
| 726 | "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") | 726 | "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT\\|^500 .*EPSV") |
| 727 | "Regular expression matching FTP messages that can be ignored." | 727 | "Regular expression matching FTP messages that can be ignored." |
| 728 | :group 'ange-ftp | 728 | :group 'ange-ftp |
| 729 | :type 'regexp) | 729 | :type 'regexp) |