On the default (or minimal) RaspiOS it would be (under Linux)
scp newfilel pi@RaspPi-ip-address:newfiler
so scp would just copy 'newfilel' to the home directory of user pi on your raspi and use 'newfiler' as its name.
After calling scp you will be asked for the password of user pi and and you will get a reply telling you how long it needed and how fast it was.
scp newfilel pi@RaspPi-ip-address:newfiler
so scp would just copy 'newfilel' to the home directory of user pi on your raspi and use 'newfiler' as its name.
After calling scp you will be asked for the password of user pi and and you will get a reply telling you how long it needed and how fast it was.
Statistics: Posted by Noob_User — Wed Jul 10, 2024 7:27 am