curl

Section: (pj)
Updated: 2021-10-19
Index Return to Main Contents

Use -O (oh, not zero) to write output to a file named after the file in the URL:

curl -O http://example.com/something

To give the SNI host for SSL negotiation:

curl -resolve www.example.com:192.0.2.1 https://www.example.com

Or with a port:

curl -resolve www.example.com:80:192.0.2.1 https://www.example.com  

AUTHORS

Paul A. Jungwirth.


 

Index

AUTHORS

This document was created by man2html, using the manual pages.
Time: 22:09:56 GMT, April 06, 2024