how to transfer files from pc to raspberry pi via terminal 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/