Race Condition on TelnetClient.disconnect() and TelnetInputStream.run() java.lang.IllegalStateException: Queue is full! Cannot process another character. Fixes NET-501. Thanks to Julián Lastiri.
User specified bufferSize reset to default when FTPClient is disconnected or reinitialized resulting in performance degradation. Fixes NET-505. Thanks to Sean Kelley.
FTPClient setSendBufferSize and setReceiveBufferSize on data socket. The previous fix caused performance problems. Added new getters and setters for the SO_SNDBUF and SO_RCVBUF values to be used on the data socket. Fixes NET-465. Thanks to Jim Kerwood.
Apache Commons NET 3.3 发布
Apache Commons NET 3.3 发布,该版本主要是 bug 修复,包括: