There was an error while loading. Please reload this page.
1 parent 986117e commit 809824aCopy full SHA for 809824a
README.md
@@ -838,7 +838,7 @@ scp source_file user@host:directory/target_file
838
*copy from remote host to local host*
839
```bash
840
scp user@host:directory/source_file target_file
841
-scp -r user@host:directory/source_folder farget_folder
+scp -r user@host:directory/source_folder target_folder
842
```
843
This command also accepts an option `-P` that can be used to connect to specific port.
844
0 commit comments