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
a8a3541c
Commit
a8a3541c
authored
May 12, 2000
by
Gerd Moellmann
Browse files
(ange-ftp-skip-msgs): Include 500 code.for
handling FTP security extensions.
parent
1a5c5f2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+6
-0
No files found.
lisp/ChangeLog
View file @
a8a3541c
...
...
@@ -10,6 +10,9 @@
* time.el (display-time-mail-icon): Use `:ascent center'.
* ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
handling FTP security extensions.
2000-05-11 Dave Love <fx@gnu.org>
* calendar/todo-mode.el: New file.
...
...
lisp/net/ange-ftp.el
View file @
a8a3541c
...
...
@@ -666,11 +666,17 @@ parenthesized expressions in REGEXP for the components (in that order)."
;; mode and hangs. Have it ignore 550- instead. It will then barf
;; when it gets the 550 line, as it should.
;; RFC2228 "FTP Security Extensions" defines extensions to the FTP
;; protocol which involve the client requesting particular
;; authentication methods (typically) at connection establishment. Non
;; security-aware FTP servers should respond to this with a 500 code,
;; which we ignore.
(
defcustom
ange-ftp-skip-msgs
(
concat
"^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
"^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
"^Data connection \\|"
"^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
"^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
"^227 .*[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