"emacs user" <[EMAIL PROTECTED]> writes:
> hello again,
Hi,
> so I use scp from cygwin to open my remote linux home directory, and
> then press "C" to copy a file. this fails, and I am attaching the
> various debug buffers etc. Please let me know if there is anything I
> can do to help with this.
> --------------------------------
> Process *tramp/scp [EMAIL PROTECTED]<2> exited abnormally with code 2
>
> --------------------------------
scp is not very talkative. Let's get it.
First of all, please try from a Windows CMD window:
scp -p [EMAIL PROTECTED]:/home/me/.dvipsrc /home/me/.dvipsrc
Second, apply the appended patch to tramp.el in order to see more
messages.
Best regards, Michael.
*** /home/albinus/src/tramp/lisp/tramp.el.~2.477.~ 2006-03-05 13:42:40.000000000 +0100
--- /home/albinus/src/tramp/lisp/tramp.el 2006-03-05 19:54:57.000000000 +0100
***************
*** 312,318 ****
(tramp-remote-sh "/bin/sh")
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
("-e" "none")))
! (tramp-copy-args nil)
(tramp-copy-keep-date-arg "-p")
(tramp-password-end-of-line nil))
("scp1" (tramp-login-program "ssh")
--- 312,318 ----
(tramp-remote-sh "/bin/sh")
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
("-e" "none")))
! (tramp-copy-args ("-v"))
(tramp-copy-keep-date-arg "-p")
(tramp-password-end-of-line nil))
("scp1" (tramp-login-program "ssh")
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel