using the Commons net 1.4.1 FTPClient
抛异常:java.net.SocketTimeoutException: Read timed out
这个是怎么回事
ftpClient.listFiles();调用这个方法没有反映;
ftpClient.setDataTimeOut(1200000);设置了超时时间后,就抛出上面那个异常
ftp工具实施是没有任何的问题。
using the Commons net 1.4.1 FTPClient
抛异常:java.net.SocketTimeoutException: Read timed out
这个是怎么回事
ftpClient.listFiles();调用这个方法没有反映;
ftpClient.setDataTimeOut(1200000);设置了超时时间后,就抛出上面那个异常
ftp工具实施是没有任何的问题。