mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00: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
@ -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…
Reference in New Issue
Block a user