From 3e02311a4616c707a053155764ec3a947bd629ad Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 16:57:21 +0900 Subject: [PATCH] * fix sentense --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae7112..a3db50d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Here are some methods: * `expect` command: please be careful not to expose passphrase to console * `SSH_ASKPASS` environment variable: it may be troublesome -### Which one is the best way for transferring files, "direct SCP", "SCP via bastion", "direct SFTP", "SFTP via bastion", "direct rsync" or "rsync via bastion"? +### Which one is the best way for transferring files, "direct SCP/SFTP/rsync" or "SCP/SFTP/rsync via bastion"? I recommend **rsync via bastion**. It has some advantages over other methods: