Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/C/openDapPatch/env.sh@6876
Revision 6876,
287 bytes
checked in by pjkersha, 11 years ago
(diff) |
Added
- shell scripts to set the environment variables and run the executable
- Makefile
- main program ncopen.c to test the code
- more info in README
- a new patch for the netCDF 4.1.1.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | export CURLOPT_SSLCERT=proxy.pem |
---|
3 | export CURLOPT_SSLKEY=proxy.pem |
---|
4 | #export CURLOPT_CAINFO= |
---|
5 | export CURLOPT_CAPATH=./ca |
---|
6 | export CURLOPT_COOKIEFILE=./cookie.txt |
---|
7 | export CURLOPT_COOKIEJAR=./cookie.txt |
---|
8 | export CURLOPT_VERBOSE=1 |
---|
9 | export CURLOPT_FOLLOWLOCATION=1 |
---|
10 | #export CURLOPT_MAXREDIRS= |
---|
Note: See
TracBrowser
for help on using the repository browser.