Changes between Version 42 and Version 43 of ESGFGetCredentials
- Timestamp:
- Dec 23, 2014 4:13:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFGetCredentials
v42 v43 139 139 * '''-L''' (`L/--location`) If the server reports that the requested page has a different location let curl attempt to reattempt the get on the new place 140 140 * '''-C <offset>''' (`-C/--continue-at`) to ontinue/Resume a previous file transfer at the given offset. "-C -" is used to tell curl to automatically find out where/how to resume the transfer. 141 * '''--cookie-jar <cookie-name>''' (`-c/--cookie-jar`) to write cookies (cookies are generated after the handshake)141 * '''--cookie-jar <cookie-name>''' (`-c/--cookie-jar`) to write cookies (cookies are generated after esgf-orp) 142 142 * '''--cookie <cookie-name>''' (`-b/--cookie`) to load cookies from file 143 143 * '''--cert <certfile>''' (`-E/--cert`) to use the specified certificate file when getting a file with HTTPS. The certificate must be in PEM format. Certificate file must content user certificate and private key.