FTP client installation issue in cento7 direct admin panel

NLSHARDIK

New member
Joined
May 10, 2019
Messages
1
Hello Guys!!

Facing issue while install ftp client

tried following:

yum install ftp

yum install lftp

also tried with manually download ftp rpm and install but not able to connect ftp server from direct admin panel server via terminal
 
No he wants an ftp client, not ftp server.

Go to /etc/yum.conf then change:
Code:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* [b][color=red]*ftp*[/b][/color] exim* sendmail* php* bind-chroot*
to
Code:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* [b][color=red]*ftp[/b][/color] exim* sendmail* php* bind-chroot*
and do
yum install ftp

Then the ftp client will be installed. After that, put back the * in yum.conf after ftp.
 
Back
Top