Variable: ange-ftp-multi-msgs
ange-ftp-multi-msgs is a variable defined in ange-ftp.el.gz.
Value
"^150-\\|^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
Documentation
Regular expression matching the start of a multiline FTP reply.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;; ange-ftp-multi-skip-msgs should only match ###-, where ### is one of
;; the number codes corresponding to ange-ftp-good-msgs or ange-ftp-fatal-msgs.
;; Otherwise, ange-ftp will go into multi-skip mode, and never come out.
(defvar ange-ftp-multi-msgs
"^150-\\|^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
"Regular expression matching the start of a multiline FTP reply.")