[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "File exists, but cannot be read"
From: |
Michael Albinus |
Subject: |
Re: "File exists, but cannot be read" |
Date: |
Tue, 19 Oct 2010 16:05:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Gary <address@hidden> writes:
>> Oops, that's a misunderstanding. I need the buffer
>> *debug tramp/scp address@hidden
>
> :))
>
> Well, I hope you're ready for this...
That's easy ...
> | 14:44:06.386644 tramp-find-inline-encoding (1) # File error: Couldn't find
> an inline transfer encoding
On your remote host, there is no base64 or mimencode or uuencode or
whatever command to encode/decode the file. So we must try it with scp,
even for small pieces.
Please set tramp-copy-size-limit to -1, and try it, again. You should
flush your connections first by "M-x tramp-cleanup-all-connections".
Best regards, Michael.