"emacs user" <[EMAIL PROTECTED]> writes: 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. > > very good, here are the various buffers, includeing *Messages*: [...] > Tramp: Call `tramp-action-out-of-band' > Tramp: Process has died. > Tramp: > > tramp-get-connection-property: > Error: File error: Login failed > Copy [-p] failed for 1 of 1 file--type ? for details ((.dvipsrc)) > d-elete, u-ndelete, x-punge, f-ind, o-ther window, R-ename, C-opy, h-elp > Commands: d, s, x, u; f, o, 1, 2, m, v; ~, %; q to quit; ? for help. > call-interactively: Beginning of buffer > ---------------------- > > 15:54:00 tramp-do-copy-or-rename-file-out-of-band (5) # Sending > command `scp -p -v [EMAIL PROTECTED]:/home/me/.dvipsrc > /home/me/.dvipsrc' > ---------------------- > > > Process *tramp/scp [EMAIL PROTECTED]<2> exited abnormally with code 2 > > > ---------------------- Although called with "-v", there is still no output. Strange. Could you, please, open a shell buffer with "M-x shell", and run there scp -p -v [EMAIL PROTECTED]:/home/me/.dvipsrc /home/me/.dvipsrc Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
