|
|
|
|
|
by JayGuerette
1340 days ago
|
|
pv is a great tool. One of it's lesser known features is throttling; transfer a file without dominating your bandwidth: pv -L 200K < bigfile.iso | ssh somehost 'cat > bigfile.iso' Complete with a progress bar, speed, and ETA. |
|