From 809824add81a400e7ca395d75bf7b105bd235d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer?= Date: Wed, 3 May 2017 12:07:52 +0300 Subject: [PATCH] Update README.md (#54) miss typing farget_folder -> target_folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d1963..9ab9658 100644 --- a/README.md +++ b/README.md @@ -838,7 +838,7 @@ scp source_file user@host:directory/target_file *copy from remote host to local host* ```bash scp user@host:directory/source_file target_file -scp -r user@host:directory/source_folder farget_folder +scp -r user@host:directory/source_folder target_folder ``` This command also accepts an option `-P` that can be used to connect to specific port. ```bash