How to get the length of a file without downloading the file in a cURL binary get request

后端 未结 3 740
夕颜
夕颜 2021-01-18 01:07

I want to create a cURL request in some C++ code which will get me the length of a file in a server without downloading the file. For that, I use some cURL options to tell I

3条回答
提交回复
热议问题