Tag: ftp
-

Replacing FTP with Rsync For my Blog
Reading Time: 4 minutesRecently I have been playing with rsync a lot. In the process of synching source A to B, as well as synching between machines I have grown familiar with how it works. It is for this reason that the move from using ftp for rsync to update the static part of the…
-

A Pi5, WordPress and ClasssicPress
Reading Time: 2 minutesLast night I started to install wordpress on the Pi5 and I got it to work. I then started to install ClassicPress via the ClassicPress switchtoclassicpress plugin and got blocked. I was blocked because in order for WordPress to update plugins, themes and wordpress it needs to have access to itself via…
-

Git-FTP and Web Development
Reading Time: 3 minutesFrom the way people write about Github you would believe that everything has to pass through it, for anything to work but after some trial and error I found this to be a misconception. I found that with GIT-FTP on Github I could upload and download files to a website after each…