Java FTP client libraries reviewed | JavaWorld
Let's imagine a situation where we want to write a pure Java application that must download files from a remote computer running an FTP server. We also want to filter downloads on the basis of remote file information like name, date, or size. Although it ...