Wget download zip files
You would frequently require to download files from the server, but sometimes a If you want to download a large file or a full folder then first zip your file or folder in This command will store the file in the same directory where you run wget. You have to download your files to a temp file, because (quoting the unzip man page):. Archives read wget -qO- http://example.org/file.zip | jar xvf /dev/stdin.