My problem solved after installing ftp.i686 rpm .
[root@chetanpanchal /]# yum install ftp
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ftp.i686 0:0.17-51.1.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
ftp i686 0.17-51.1.el6 Server 55 k
Transaction Summary
================================================================================
Install 1 Package(s)
Total download size: 55 k
Installed size: 91 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : ftp-0.17-51.1.el6.i686 1/1
duration: 578(ms)
Installed products updated.
Installed:
ftp.i686 0:0.17-51.1.el6
Complete!
[root@chetanpanchal /]# ftp
ftp ftp-rfc
[root@chetanpanchal chetan]# ftp localhost
Trying ::1...
ftp: connect to address ::1Connection refused
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
220 (vsFTPd 2.2.2)
Name (localhost:root): chetan
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>bye
Thanks to all .