Kai Großjohann <[EMAIL PROTECTED]> writes:
>> Right. I would like Tramp to have support for this scenario. But my
>> idea was to look at the file size then do the right thing
>> automatically. (There would be a user option for setting the
>> threshold.)
"Stefan Monnier"
<[EMAIL PROTECTED]> 10 Apr 2001 15:59:15
> Having used rcp.el (i.e. it was before the name change) on
> moderately large files (between 100K and 1M), I'm wondering if the
> scp method would really deserve so much effort.
Speed is only one consideration. Another that comes to mind is the
ksh-history problem. Hypothetically (admittedly :-) if one had a small
quota on a server which defaulted to ksh (as does my realm), and one
saved a large file with an inline method, one's .sh_history could blow
out one's quota rather quickly ... correct?
> The speed was quite acceptable. I'm sure that it depends a lot on
> many details of the circumstance, but in my case, the network was
> the main bottleneck. Since I used compression, the amount of data
> sent over the wire was actually about the same for the uuencoded
> file as for the file itself.
That's interesting. How does one configure an inline method to use
compression? IMHO this would be good to have in tramp.info.
TIA, [EMAIL PROTECTED]