Скопируйте от удаленного до местного
scp file.txt remote_username@10.10.0.2:/remote/directory
Brave Beetle
scp file.txt remote_username@10.10.0.2:/remote/directory
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
# Copy from machine a to b
scp -r /path/to/directory user@ipaddress:/path/to/destination
# Copy from machine b to a
scp -r user@ipaddress:/path/to/destination /path/to/directory
scp -r user@your.server.example.com:/path/to/foo /
scp -ra /path/to/local/storage user@remote.host:/path/to/copy
scp /path/of/your/local/filename username@hostname:/path/to/remote/server/folder