I\'m trying to use Apache Commons Net for FTP file transfers. Problem is files are intermittently arriving at the server corrupt. By \'corrupt\' I mean that WinRAR tells me a ZIP file has an \'Unexpe
I am using the FTPClient library from Apache and cannot figure out a simple way to create a new directory that is more than one level deep.Am I missing something?
I\'m trying to download files in subdirectories from an ftp server with ant. The exact set of files is known.
I\'m using the Commons Net FTPClient class to periodically poll an ftp site and attempt to download a file.Occasionally the thread is blocking indefinitely when trying to read from the site and I wond