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
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025