[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh and scp get stuck after some amount of data
From: |
Bruno Haible |
Subject: |
Re: ssh and scp get stuck after some amount of data |
Date: |
Thu, 24 Oct 2019 23:13:13 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-165-generic; KDE/5.18.0; x86_64; ; ) |
Thomas Schwinge wrote:
> I thus tried:
>
> $ pv --rate-limit 1M [file] | ssh [...] 'cat > [file]'
>
> ..., which crashed after 368 MiB.
Probably you need a rate limit smaller than 1 MB/sec, then?
Bruno