Max's Notes
Home
Archives
Search
Feed
Transferring files over ssh with scp
Upload:
scp file user@host:/home/user
Download:
scp user@host:/home/user/file ./
Tags
snippet
shell
bash
Date
December 6, 2022
Up next
Find out RAM timings (like CAS) and manufacturer on Ubuntu
I honestly don’t know how this works, but got it from this SO answer. (The only one that worked for me.) P.S. Probably the same on Debian
Previously
Working with systemd units
Add new systemd service (will symlink your file): Remove existing systemd service (will remove symlinked files): Reload after changing your