mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".
This commit is contained in:
parent
e52196e09a
commit
12aeeb576a
@ -1,3 +1,8 @@
|
||||
2008-03-21 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
|
||||
"psftp".
|
||||
|
||||
2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
|
||||
|
@ -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 (("-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 (("-psftp") ("-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