transfer files to pi easily code example
Example: 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/
# send files from raspi to pc
scp myfile.txt [email protected]
# you can select a directory
scp myfile.txt [email protected]:project/