Variable: ftp-prompt-regexp

ftp-prompt-regexp is a customizable variable defined in net-utils.el.gz.

Value

"^ftp>"

Documentation

Regexp which matches the FTP program's prompt.

This variable is only used if the variable comint-use-prompt-regexp is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom ftp-prompt-regexp "^ftp>"
  "Regexp which matches the FTP program's prompt.

This variable is only used if the variable
`comint-use-prompt-regexp' is non-nil."
  :type  'regexp)