How to set FTPClient timeout while connect to server?
807580Jul 29 2009 — edited Aug 17 2009i'm using commons-net-2.0, i search commons-net-2.0 API but FTPClient dun have setTimeOut(). How to set the timeout?
for example: HttpURLConnection has setConnectTimeout(..)
thx..