LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   FTP Command not found (https://www.linuxquestions.org/questions/linux-server-73/ftp-command-not-found-931473/)

Santhosh Ram 02-26-2012 11:45 PM

FTP Command not found
 
Hi there,

I have installed new RHEL 6 server in my VM8. I just installed vsftpd-2.2.2-6.el6.i686 package to configure a yum server. But i am not able to FTP to any of the machines as i get "bash: ftp: command not found."

I have tried to reinstall and rebooted my machine. But still same problem.

Please find the output:

[root@localhost Packages]#rpm -q vsftpd
vsftpd-2.2.2-6.el6.i686

[root@localhost Packages]#whereis ftp
ftp:

root@localhost Packages]#whatis ftp
ftp: nothing appropriate

root@localhost Packages]#rpm -iv vsftpd-2.2.2-6.el6.i686.rpm
Package rpm -iv vsftpd-2.2.2-6.el6.i686.rpm is already installed.

root@localhost Packages]#service vsftpd status
vsftpd (pid 23645) is running. . .


Please help and let us know if you get an answer on "Why FTP is not available even though i have uninstalled and reinstalled couple of times"

rodrifra 02-27-2012 01:29 AM

vsftpd is a server, not a client. You need to install an ftp client, the server, as you can see, is already running.

Santhosh Ram 02-29-2012 06:31 AM

Resolved
 
Quote:

Originally Posted by rodrifra (Post 4612914)
vsftpd is a server, not a client. You need to install an ftp client, the server, as you can see, is already running.

Initially i was not able to get you. SO i just changed the directory where all my RPMS exists. Just did ls | grep -i ftp. Then i installed the client package to fix this. Thank you.


All times are GMT -5. The time now is 01:30 AM.