Answers for "send file from pc to raspberry pi"

0

send file from pc to raspberry pi

# send files from raspi to pc
scp myfile.txt [email protected]
# you can select a directory
scp myfile.txt [email protected]:project/
Posted by: Guest on February-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language