Changes for page Reporting Issues
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -32,13 +32,13 @@ 32 32 33 33 To download files, via SCP, to a Linux or OS X machine, you can utilize the "scp" command. 34 34 35 -{{code language="bash"}}35 +{{code}} 36 36 scp <ssh username>@<ip of server>:<path of file to download> <local file destination path> 37 37 {{/code}} 38 38 39 39 For Example, the following command will download the file /root/islogs.tar.gz from the server at 192.168.1.1, to the /home/mike/Downloads directory on your local machine. 40 40 41 -{{code language="bash"}}41 +{{code}} 42 42 scp root@192.168.1.1:/root/islogs.tar.gz /ho me/mike/Downloads 43 43 {{/code}} 44 44