Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
60f2c210
Commit
60f2c210
authored
Apr 07, 2008
by
Michael Albinus
Browse files
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
parent
dff6f37f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/net/tramp.el
lisp/net/tramp.el
+2
-2
No files found.
lisp/net/tramp.el
View file @
60f2c210
...
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment