Posted by Suhas on November 10, 2011 ·
If you are new to linux this might be a little difficult. Once you have some basics nailed, its super easy. Here’s how to get it working without worrying about usergroups etc etc. I just wanted to get it working with my WordPress setup (Apache).
First, install vsftpd
sudo apt-get install vsftpd
Configure your installation.
sudo nano /etc/vsftpd.conf
or
sudo vi /etc/vsftpd.conf
You need to have [...]