Quantcast
Channel: User Kamil Maciorowski - Super User
Viewing all articles
Browse latest Browse all 837

Comment by Kamil Maciorowski on ssh/scp stop working when a large quantity of data has been copied

$
0
0
rsync is a workaround that may or may not work. If there is an rsync daemon on one end and the OP can connect to it from the other end then it will work. If the OP uses rsync with SSH as transport by connecting from the remote machine to their local SSH server then it may work (but then they could probably use scp this way in the first place). If the OP uses rsync with SSH as transport by connecting from their local machine to the remote SSH server then it will probably fail in the same way as in the question, because the transport SSH connection will be no different.

Viewing all articles
Browse latest Browse all 837

Trending Articles