Hi all
i am trying to access my ftp server through command line , but it throws the following error
[root@node2 ~]# ftp
a1@node1.ping.com
ftp:
a1@node1.ping.com: unknown host
ftp>
ftp> by
[root@node2 ~]#
[root@node2 ~]#
[root@node2 ~]# ftp a1@10.10.40.211
ftp: a1@10.10.40.211: unknown host
ftp>
ftp> by
[root@node2 ~]#
but i can able to log into ftp server through
following
[root@node2 ~]# ftp 10.10.40.211
Connected to 10.10.40.211.
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (10.10.40.211:root): a1
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
why it is like this ??
pls guide me...