|
problems sun.net.ftp.FtpClient
I am using sun.net.ftp.FtpClient to connect to ftp server.
My problem is if the ftp server is down then, after a specified amount of time program should throw TimeoutException and should stop execution
thanks in advance
|