When does the setDataTimeout on FTPClient (commons.net) called? Does it called when the socket connection is hung or does it called when the time out value is reached?
For eg. if I set the setDataTimeout to 30 seconds I don't want the connection to be disconnect after 30 seconds in the middle of a big download.