I wrote a pair of apps, one a server and one a client, and they were free-standing java programs. They work seamlessly, only now we want to run the client from behind a firewall, and it's not working.
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 ...