tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem of `tramp-handle-file-local-copy' and inline transfer compre


From: Michael Albinus
Subject: Re: problem of `tramp-handle-file-local-copy' and inline transfer compressing
Date: Wed, 28 Apr 2010 06:12:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Toru TSUNEYOSHI <address@hidden> writes:

> If we use `plink' as the method, `tramp-copy-size-limit' is ineffectual,
> because of '(tramp-copy-program nil) about `plink'.
>
> To tell the truth, I set as follows.
>
>   ("plink" ...
>          (tramp-copy-program "pscp")
>          ...)

For this case, there exists already the "pscp" method, which you could
prefer over "plink".

> and
>
>   (setq tramp-copy-size-limit (* 1024 1024)) ; 1MB
>
> By the above setting, I use `plink' up to 1MB. If files size is larger
> than 1MB, I use `pscp'.

And why have you increased `tramp-copy-size-limit'? Are there
performance problems with the default value?

> I will do it some day. Sorry, I can't do it possibly for some
> reason. Please don't expect.
>
> Thank you, Michael.

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]