Discussion:
Zip files
ToddAndMargo
2018-02-08 05:12:54 UTC
Permalink
Hi All,

I am constantly surprised at the things curl can do.
Here is a odd question for you guys:

Is there a way with curl that I can get a
list of the names of files in a zip file
posted on the web?

Many thanks,
-T

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/
Daniel Stenberg
2018-02-08 22:59:48 UTC
Permalink
Post by ToddAndMargo
Is there a way with curl that I can get a
list of the names of files in a zip file
posted on the web?
Only by downloading the file and using zip/unzip to list them.
--
/ daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.h
Todd Chester
2018-02-09 11:31:46 UTC
Permalink
Post by Daniel Stenberg
     Is there a way with curl that I can get a
     list of the names of files in a zip file
     posted on the web?
Only by downloading the file and using zip/unzip to list them.
Rats! Thank you anyway!

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquet

Loading...