Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.1
-
None
-
WLan , poor network
Description
When I use ftpclient to push a huge file(>1GB) from one city to another. The Thread will block forever.Then I know the default setting use default socketfactory. And the socket.setSoTimeout only works on read but write.
The commons-net not provide a NIO SocketFactory. So it's a hard work for me to write one.
Can we provide a NIO SocketFactory?