Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As part of connectAction(), the FTP classes read from the control channel.
However, this is done before the connect() returns, and so the caller has no chance to set a timeout.
Since the reply is effectively part of the connection, it makes sense to use the connectTimeout (if set) to protect the initial getReply() calls.