|
|
|
|
|
by neurostimulant
914 days ago
|
|
Are speed tests (e.g. speed.cloudflare.com) on both laptop also giving similar number? If speed test result is much faster, the bottleneck could be the CPU incapable of encrypting/decrypting data fast enough using the default encryption method used by SCP/rsync. In that case, try unencrypted file transfer instead. Maybe just serve the file temporarily with `python -m http.server` |
|