Using SCP
9th July 2002
I’m slowly migrating this blog to another server (and rewriting it to use mySQL instead of serialized objects at the same time). After about half an hour of trying to figure out the best way of transferring the whole blog/
directory from this server to the new one without using FTP I figured out a way of doing it with scp
(thanks to this tutorial):
scp -r blog/ username@www.wherever.com:/home/username/public_html/
Simple when you know how, a right PITA when you don’t.
More recent articles
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024