send file from pc to raspberry pi

C++
# send files from raspi to pc
scp myfile.txt [email protected]
# you can select a directory
scp myfile.txt [email protected]:project/
Source

Also in C++: