file transfer ubuntu ssh code example
Example: copy from local to ssh ubuntu
scp -r your_user_name@ip_address_of_PCA:/path/to/remote/directory /path/to/local/directory
scp -r your_user_name@ip_address_of_PCA:/path/to/remote/directory /path/to/local/directory