If the connection is slow, FTPClient will work abnormal.
--------------------------------------------------------
Key: NET-204
URL: https://issues.apache.org/jira/browse/NET-204
Project: Commons Net
Issue Type: Bug
Affects Versions: 1.4
Environment: JDK 1.5.07
Reporter: alex
When the connection is slow, it seems methods of FTPClient will work abnormal, e.g. if call
list("/"), sometime it returns error code 500..., sometime it returns 0 number of files, some
time even throw exception. But this is because of the connection is slow, so shouldn't it
returns can't connect to site? When FTPclient can't returns remote file list, I can use FileZilla
or IE to browse that site.
If the connection is ok. then file list is returned and work well, but how fast the connection
is required is not certain. The connection is not changed, just because the time when program
is running at is different.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|