vsftp | MyLiteratureTechLife.COM

You are here: Posts Tagged ‘vsftp’

Archive for "vsftp"

Troubleshooting vsftp problem – common problems related to vsftp

Posted by 2 Responses

Troubleshooting vsftp problem – common problems related to vsftp 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 vsftpd on ERROR: - 421 Service not available - 421 Service not available, remote server has closed connection SOLUTION: Check... [ Continue reading... ]

Adding user in vsftp server

Posted by 0 Responses

Adding user in vsftp server 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 vsftpd.conf, here is one my my... [ Continue reading... ]

How to install ftp server in Linux – CentOS

Posted by 0 Responses

How to install ftp server in Linux – CentOS 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 * base: mirror.steadfast.net * extras: mirrors.greenmountainaccess.net * updates: mirrors.serveraxis.net Setting up Install Process Resolving... [ Continue reading... ]