Hi All,
I want to write a
java class to do ftp, I use TelnetInputStream, but that class only offer a get method, I am trying to find out how can I do "mget", I cannot find the documentation for TelnetInputStream, it does offer a list method which you can get the dir info, but thatis terrible to parse and to start from there, any ideas how to use TelnetInputStream or other class to do this?
Thanks