(no title)
ronyclau | 3 years ago
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.
No comments yet.