command line curl timeout parameter -
I am using the command line curl program and the interesting thing is that I can not find the timeout parameter for the command line curl Could I read the man page for curls and goals but still could not find one. There are timeout parameters ( There is a Does anyone know about this parameter? option CURLOPT_TIMEOUT ) in
libcurl , but this is not what I'm looking for. I am looking for the command line curl timeout parameter
- maximum-time parameter to open the connection and keep
- connect-timeout Maximum time is the connection phase of curl, but none for normal timeout
- maximum-time requires you to do the same: "transfer Maximum time for "you think about it wrong.
Comments
Post a Comment