Tutorials

lftp

How to backup your server over FTP

Recently I needed to find a way to backup the contents of one of my servers, onto another server in a completely different location. Normally I would use rsync over SSH but I don’t have SSH access on my remote …

vsftpd_564

Using VSFTPD with MySQL and restricting users

Let me save you over 10 hours of hair pulling stress and give you the easiest guide you’ll ever come across to setup vsftpd on your linux box and give you control of your private server. This guide will let …

How to dynamically return XML data using PHP

This is the second part of a tutorial covering the Front-end browser part of Ajax’ing and the Back-end part of sending data with PHP. The first part can be found here. So we’ve covered how to request an interpret XML …