Is it possible to retrieve a file from a FTP server that is zipped, and unzip it while it is streaming?
This is being run in a cloud environment where I don't have access to the file system so it will be done all in-memory.
I am using commons net ftp client's method: retrieveFileStream