From 5cc8e1d5105b4ea5cb4b5c0d675c21633625d59c Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 15:58:49 +0900 Subject: [PATCH] * update FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f4782..5fcdba0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Check belows: * The former is **HIGHLY** recommended for security reason. * I'm planning to make `known-hosts` required in v2. -### What is the best way for copying files; SCP / SCP via bastion / SFTP / SFTP via bastion / rsync / rsync via bastion +### Which one is the best way for transferring files, "SCP", "SCP via bastion", "SFTP", "SFTP via bastion", "rsync" or "rsync via bastion"? I recommend **rsync via bastion**. It has some advantages over other methods: