hi,
I got 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
The api doc is too simple to find the root cause of this issue. Does
someone have any clue?
Thank you
Xiang
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]