Project

General

Profile

Enable FTP

Added by Jack HEINZ about 9 years ago

Dear all,

I've installed goautodial 3. But FTP is disabled. How to enable ftp?

Best regards,


Replies (4)

RE: Enable FTP - Added by Demian Biscocho about 9 years ago

By default, VSFTPD is installed but not enabled at startup. You can enable it by runnin:

service vsftpd start
chkconfig --level 2345 vsftpd on

RE: Enable FTP - Added by Mahesh Badge about 9 years ago

I have the same issue. While trying to start FTP getting error "vsftpd: unrecognized service"

Any thoughts ??

RE: Enable FTP - Added by Mahesh Badge about 9 years ago

Also while trying to install FTP using YUM below is the output --

[root@go /]# yum install ftp*
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile * base: mirror.nbrc.ac.in * extras: mirror.nbrc.ac.in * updates: mirror.nbrc.ac.in
Setting up Install Process
Package ftp-0.17-38.el5.x86_64 already installed and latest version
Nothing to do

Thanks
Mahesh

RE: Enable FTP - Added by Demian Biscocho about 9 years ago

If it's not yet installed, run the following command to install it:

yum install vsftpd -y

Start it by running:

service vsftpd start
    (1-4/4)
    Go to top