tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix for tramp-copy-args for methods pscp and psftp


From: Gilles Pion
Subject: fix for tramp-copy-args for methods pscp and psftp
Date: Mon, 7 Apr 2008 00:50:06 -0700 (PDT)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]