24Aug/110
Installing and configuring vsftpd for local unix users
vsftpd is a secure, fast and stable FTP server. In this tutorial we'll install the server allow local unix to access their home directories.
1. Install vsftpd
apt-get install vsftpd
12Sep/093
Installing vsftpd with MySql backend
vsftpd is a secure, fast and stable FTP server. In this tutorial we'll install the server and make create a user database in MySql for virtual users.
1. Install required packages (make sure you have installed MySql)
apt-get install vsftpd libpam-mysql
12Sep/093
Installing vsftpd using text file for virtual users
vsftpd is a secure, fast and stable FTP server. In this tutorial we'll install the server and make it check in a flat text file for virtual users allowed to login.
1. Install required packages
apt-get install vsftpd libpam-pwdfile