From f9c87546de1c1cc0ab80db262041720aacbdfb4d Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dirk.sarpe@idiv.de> Date: Fri, 30 Nov 2018 14:05:32 +0100 Subject: [PATCH] add good news on scp on windows 10 --- scp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.md b/scp.md index fb16fd8..f80abcf 100644 --- a/scp.md +++ b/scp.md @@ -1,6 +1,6 @@ # scp -Secure copy (scp) is available on linux and mac. On windows it is available if you followed the instructions for the [Windows Subsystem for Linux](wsl.md). The general syntax of scp (secure copy) is +Secure copy (scp) is available on linux and mac. On windows it is available on newer Windows 10 installations and if you followed the instructions for the [Windows Subsystem for Linux](wsl.md). The general syntax of scp (secure copy) is ``` scp [options] source user@destination -- GitLab