ERROR:
- ftp: connect: Connection refused
SOLUTION:
Most likely, the vsftpd daemon isn't running. Check /etc/vsftpd/vsftpd.conf, and if it contains "listen=YES" (without a "#" preceding it) it's configured to run in standalone mode. Start vsftpd thusly.
# service vsftpd start
# chkconfig...
My last article was about the installation of vsftp server in CentOS, and here is the detail on how you can make ftp users in it.
You can create users in linux using useradd command, however this user is not allowed to use ftp unless you configure it in vsftp configuration.
Step: 1
Edit...
There are several ftp servers to be used with Linux, but I like vsftp, and always use it for my work. It just require a command to install..
[root@mailserver ~]# yum -y install vsftpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
*...