[root@centcs10 bin]# ftp 172.23.9.106 Connected to 172.23.9.106. 220 3Com 3CDaemon FTP Server Version 2.0 530 Not logged in 530 Not logged in KERBEROS_V4 rejected as an authentication type Name (172.23.9.106:root): cisco 331 User name ok, need password Password: 230 User logged in Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 227 Entering passive mode (172,23,9,106,9,182) 125 Using existing data connection drwxrwxrwx 1 owner group 0 Mar 27 14:26 . drwxrwxrwx 1 owner group 0 Mar 27 14:26 .. -rwxrwxrwx 1 owner group 886458 Mar 27 14:26 IDP 226 Closing data connection ftp> get IDP local: IDP remote: IDP 227 Entering passive mode (172,23,9,106,9,215) 125 Using existing data connection 226 Closing data connection; File transfer successful. 886458 bytes received in 0.34 seconds (2.6e+03 Kbytes/s) ftp> exit ?Invalid command ftp> close 221 Service closing control connection ftp> bye [root@centcs10 bin]# ls ccm IDP [root@centcs10 bin]# chown tomcat:tomcat IDP [root@centcs10 bin]# chmod 777 IDP [root@centcs10 bin]#