Dieter Müller created NET-659:
---------------------------------
Summary: Java Doc FTPClient setControlKeepAliveTimeout() wrong
comment
Key: NET-659
URL: https://issues.apache.org/jira/browse/NET-659
Project: Commons Net
Issue Type: Bug
Components: FTP
Affects Versions: 3.6
Reporter: Dieter Müller
In the java doc of the class FTPClient (head) is following line:
{{ ftpClient.setControlKeepAliveTimeout(300); // set timeout to 5 minutes }}
But the parameter timeout is in milliseconds, so 5 minutes are 300.000
milliseconds.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)