From: Fabrice Popineau <fabrice.popineau@gmail.com>
To: emacs-devel@gnu.org
Subject: Tramp on 24.4/W32
Date: Fri, 11 Apr 2014 19:41:11 +0000 (UTC) [thread overview]
Message-ID: <loom.20140411T212614-52@post.gmane.org> (raw)
Can anybody check if tramp is currently working on Emacs/W32 ?
I have tried a quick test and I can't seem to be able to save file on a
remote Unix machine, at least not out of the box.
c:\>emacs -Q
eval :
(require 'tramp)
(setq tramp-default-method "pscp"
tramp-default-user "someuser"
tramp-default-host "somemachine.supelec.fr"
)
C-x f /popineau@somemachine.supelec.fr:/path/foo.txt
<insert some chars>
C-x f
The trace in *Messages* is :
Tramp: Opening connection for someuser@somemachine.supelec.fr using pscp...
Tramp: Sending command `plink -l someuser -ssh somemachine.supelec.fr &&
exit || exit'
Tramp: Waiting for prompts from remote shell...
Tramp: Sending password
Tramp: Waiting for prompts from remote shell...done
Tramp: Found remote shell prompt on `somemachine.supelec.fr'
Tramp: Opening connection for someuser@somemachine.supelec.fr using
pscp...done
Tramp: Inserting
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt'...
Tramp: Encoding remote file
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt' with `base64
<%s'...done
Tramp: Decoding local file
`c:/Users/Fabrice/AppData/Local/Temp/tramp.19980XYi.txt' with `base64-
decode-region'...done
Tramp: Inserting
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt'...done
Tramp: Checking `vc-registered' for
/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt...done
Tramp: Inserting
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt'...done
Saving file /pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt...
Renaming /pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt to
/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt~...done
Tramp: Encoding local file
`c:/Users/Fabrice/AppData/Local/Temp/tramp.19980xsu.txt' using `base64-
encode-region'...done
Tramp: Decoding remote file
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt' using `base64
-d -i >%s'...failed
Renaming /pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt~ to
/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt...done
byte-code: Couldn't write region to
`/pscp:someuser@somemachine.supelec.fr:/home/someuser/foo.txt', decode using
`base64 -d -i >%s' failed
Making completion list...
Mark set
Any idea of what's going on ?
Thanks in advance,
Fabrice
next reply other threads:[~2014-04-11 19:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 19:41 Fabrice Popineau [this message]
2014-04-12 9:23 ` Tramp on 24.4/W32 Michael Albinus
2014-04-12 9:41 ` Fabrice Popineau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20140411T212614-52@post.gmane.org \
--to=fabrice.popineau@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).