|
|
|
|
|
by ronyclau
1434 days ago
|
|
Two suggestions: 1. Prefer sftp over scp whenever it's available. The scp protocol is pretty obsoleted. Just substitute `scp` with `sftp` in the command. 2. Turn on ssh multiplexing to drastically shorten the wait time when opening a file. |
|