Java program that prints the contents of a .zip file into the console, without downloading the whole file to your computer.
The program downloads only the last bit of the file which contains the central directory. From there, it can read out, what the .zip file contains without actually having to download the whole file.