I have a list of http urls http://host.com/url1 http://host.com/url2 http://host.com/url3
Each url is pointed to some file
Is there a way to compress all that files to single zip archive without downloading files locally? I don't see a way to do this with linux zip command. It allows to have list of files, but not list of urls
Any ideas?