We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f236233 commit 03d85e8Copy full SHA for 03d85e8
remote-access/ssh/scp.md
@@ -20,7 +20,7 @@ scp myfile.txt pi@192.168.1.3:project/
20
21
## Copying files from your Raspberry Pi
22
23
-Copy the `myfile.txt` from your Raspberry Pi to the current directory on your other computer:
+Copy the file `myfile.txt` from your Raspberry Pi to the current directory on your other computer:
24
25
```bash
26
scp pi@192.168.1.3:myfile.txt .
0 commit comments