scp <source-filepath> <user@address:destination-filepath>

# Examples:
scp /path/to/file.pdf [email protected]:/path/to/destination

# Or, using an ssh config entry alias `target_server`
scp /path/to/file.pdf target_server:/path/to/destination
21 Apr 2025 23:07 EDT