Copying files from a headless server
Not too long along I set up a headless ubuntu server to be a simple torrent box and mediaserver. Something that quickly came up was that I had to copy files to/from the server and the only access I had was ssh. It turns out this is really simple: scp [from path] [to path] scp [...]
Continue Reading →