Installing and Configuring FTP Server Using vsftpd
Step 1: Install vsftpd
Type apt-get command to install vsftpd in ubuntu & Debian
$ sudo apt-get install vsftpd
Type Yum command to install vsftpd in redhat & fedora
Step 2: Configure /etc/vsftpd.conf
The default vsftpd configuration file is /etc/vsftpd.conf. You need to edit this file using text editor such as vi:
$ ...
1
Posted by Shahid