Hello,

To make methods pscp and psftp works under win32 I had to make the following
fix:
replaced in each of the two methods:
             (tramp-copy-args            (("-P") ("%p") ("-sftp") ("-p" "%k")))
by
             (tramp-copy-args            (("-P" "%p")   ("-sftp") ("-p" "%k")))

(using tramp 2.1.13)

-----
Gilles
-- 
View this message in context: 
http://www.nabble.com/fix-for-tramp-copy-args-for-methods-pscp-and-psftp-tp16535342p16535342.html
Sent from the Gnu - Tramp - Dev mailing list archive at Nabble.com.



_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to