Worked example, using the 'weird' paradigm of copying a file from one location to another -
On the Receiver before we start. Nothing up my sleeve...
On the Donor. Confirm what file we might want to send, and use scp to transfer it.
(If you are not using keys you will get a password prompt.)
Back on the Receiver, see that the file has arrived
Yes, there are other ways. Lots of them. Feel free to experiment. This is an example, not offered as the Only/Best Way.
Raspberry Pi documentation: https://www.raspberrypi.com/documentati ... al-network
On the Receiver before we start. Nothing up my sleeve...
Code:
david@rp54bw64full0512:~/Support/RDS $ david@rp54bw64full0512:~/Support/RDS $ ls -altotal 8drwxr-xr-x 2 david david 4096 Jul 11 14:27 .drwxr-xr-x 23 david david 4096 Jul 11 14:27 ..david@rp54bw64full0512:~/Support/RDS $ dateThu 11 Jul 14:29:40 BST 2024david@rp54bw64full0512:~/Support/RDS $
On the Donor. Confirm what file we might want to send, and use scp to transfer it.
Code:
pi@RPi3BplusOffice:~/Downloads $ pi@RPi3BplusOffice:~/Downloads $ ls *bull*lite*2021-10-30-raspios-bullseye-armhf-lite.info2022-01-28-raspios-bullseye-arm64-lite.info2022-01-28-raspios-bullseye-armhf-lite.info2022-04-04-raspios-bullseye-arm64-lite.info2022-04-04-raspios-bullseye-armhf-lite.info2022-09-22-raspios-bullseye-arm64-lite.infopi@RPi3BplusOffice:~/Downloads $ scp 2022-09-22-raspios-bullseye-arm64-lite.info david@192.168.1.201:/home/david/Support/RDS2022-09-22-raspios-bullseye-arm64-lite.info 100% 72KB 531.3KB/s 00:00 pi@RPi3BplusOffice:~/Downloads $ pi@RPi3BplusOffice:~/Downloads $
Back on the Receiver, see that the file has arrived
Code:
david@rp54bw64full0512:~/Support/RDS $ david@rp54bw64full0512:~/Support/RDS $ dateThu 11 Jul 14:33:16 BST 2024david@rp54bw64full0512:~/Support/RDS $ ls -altotal 84drwxr-xr-x 2 david david 4096 Jul 11 14:32 .drwxr-xr-x 23 david david 4096 Jul 11 14:27 ..-rw-r--r-- 1 david david 74129 Jul 11 14:32 2022-09-22-raspios-bullseye-arm64-lite.infodavid@rp54bw64full0512:~/Support/RDS $
Yes, there are other ways. Lots of them. Feel free to experiment. This is an example, not offered as the Only/Best Way.
Raspberry Pi documentation: https://www.raspberrypi.com/documentati ... al-network
Statistics: Posted by B.Goode — Thu Jul 11, 2024 1:45 pm