copy from local to ssh ubuntu

C++
scp -r your_user_name@ip_address_of_PCA:/path/to/remote/directory /path/to/local/directory

Source

Also in C++: