Function: ange-ftp-ftp-process-buffer

ange-ftp-ftp-process-buffer is a byte-compiled function defined in ange-ftp.el.gz.

Signature

(ange-ftp-ftp-process-buffer HOST USER)

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;; Return the name of the buffer that collects output from the ftp process
;; connected to the given HOST and USER pair.
(defun ange-ftp-ftp-process-buffer (host user)
  (concat "*ftp " user "@" host "*"))