mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 10:21:14 -08:00
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
This commit is contained in:
parent
dff6f37f72
commit
60f2c210c0
1 changed files with 2 additions and 2 deletions
|
|
@ -535,7 +535,7 @@ files conditionalize this setup based on the TERM environment variable."
|
|||
("-ssh")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "pscp")
|
||||
(tramp-copy-args (("-P") ("%p") ("-scp") ("-p" "%k")))
|
||||
(tramp-copy-args (("-P" "%p") ("-scp") ("-p" "%k")))
|
||||
(tramp-copy-keep-date t)
|
||||
(tramp-password-end-of-line "xy") ;see docstring for "xy"
|
||||
(tramp-default-port 22))
|
||||
|
|
@ -544,7 +544,7 @@ files conditionalize this setup based on the TERM environment variable."
|
|||
("-ssh")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "pscp")
|
||||
(tramp-copy-args (("-P") ("%p") ("-sftp") ("-p" "%k")))
|
||||
(tramp-copy-args (("-P" "%p") ("-sftp") ("-p" "%k")))
|
||||
(tramp-copy-keep-date t)
|
||||
(tramp-password-end-of-line "xy")) ;see docstring for "xy"
|
||||
("fcp" (tramp-login-program "fsh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue