I am developing a client application to connect to a host/server by FTP/TELNET or it could be any protocol. It needs to be a generic app. I am using apache commons. Using Apache commons I was able to connect to FTP server and login. But how do I get a "ftp>" ftp prompt on screen so that the user issues the commands. Is there a way to get the ftp> prompt in my application so that an user keys in the commands and gets the required output on screen. Please assist.
Thanks in advance!!