hi, all

I get an IOException when I try to get FTPFile information from FTP
server. The connection and login are succeeded.

The program is as simple as
   FTPClient f=FTPClient();
   f.connect(server);
   f.login(username, password);
   FTPFile[] files = f.listFiles("subfolder");  //error happens here

It reports "java.net.SocketException: Connection reset"

Any clues is great appreciated.

Thank you
Xiang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to