Send files to a remote computer through SSH:
$ scp /path/to/local.file [email protected]:/Destiny/path
or send directories and its content with:
$ scp -r folder/name 192.168.0.100:/Destiny/path
Secure Copy Protocol | local_path/file | user@server:/destiny