Function: ange-ftp-real-shell-command
ange-ftp-real-shell-command is a byte-compiled function defined in
ange-ftp.el.gz.
Signature
(ange-ftp-real-shell-command &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defun ange-ftp-real-shell-command (&rest args)
(ange-ftp-run-real-handler 'shell-command args))