Fix passive mode for tnftp client in ange-ftp.el.
* lisp/net/ange-ftp.el (ange-ftp-passive-mode): Fix passive mode result string for tnftp client. (Bug#67865) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b6429b1c1c
commit
03625c2fef
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ Create a new process if needed."
|
||||||
proc)))
|
proc)))
|
||||||
|
|
||||||
(defun ange-ftp-passive-mode (proc on-or-off)
|
(defun ange-ftp-passive-mode (proc on-or-off)
|
||||||
(if (string-match (concat "Passive mode " on-or-off)
|
(if (string-match (concat "Passive mode:? " on-or-off)
|
||||||
(cdr (ange-ftp-raw-send-cmd
|
(cdr (ange-ftp-raw-send-cmd
|
||||||
proc (concat "passive " on-or-off)
|
proc (concat "passive " on-or-off)
|
||||||
"Trying passive mode..." nil)))
|
"Trying passive mode..." nil)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue