<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: libcurl examples with VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781276#M34124</link>
    <description>Kelly,&lt;BR /&gt;&lt;BR /&gt;We are using a callable curl. We call it from&lt;BR /&gt;C and BASIC. It involves a slight modification&lt;BR /&gt;to the "standard" distribution and needs the HP&lt;BR /&gt;SSL kit to be installed. If you are interested&lt;BR /&gt;please contact me... dbsneddon at bigpond dot com&lt;BR /&gt;It comes as a PCSI kit.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
    <pubDate>Tue, 02 May 2006 20:29:44 GMT</pubDate>
    <dc:creator>David B Sneddon</dc:creator>
    <dc:date>2006-05-02T20:29:44Z</dc:date>
    <item>
      <title>libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781274#M34122</link>
      <description>does anyone have any examples using libcurl with the VMS c compiler?  I downloaded curl and it works very nice, but I would like to call the routines from cgi programs via apache on VMS.&lt;BR /&gt;&lt;BR /&gt;Perhaps I should use the openssl api directly.&lt;BR /&gt;Any guidance or warnings would be appreciated.&lt;BR /&gt;I don't want to re-invent the wheel.</description>
      <pubDate>Tue, 02 May 2006 17:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781274#M34122</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2006-05-02T17:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781275#M34123</link>
      <description>Kelly,&lt;BR /&gt;Google gave this, find there are few c, cgi, apache related example programs here, Sorry! but not on the VMS platform. May be usefull as it has verious types of programs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://curl.haxx.se/libcurl/using/apps.html" target="_blank"&gt;http://curl.haxx.se/libcurl/using/apps.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 02 May 2006 18:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781275#M34123</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-05-02T18:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781276#M34124</link>
      <description>Kelly,&lt;BR /&gt;&lt;BR /&gt;We are using a callable curl. We call it from&lt;BR /&gt;C and BASIC. It involves a slight modification&lt;BR /&gt;to the "standard" distribution and needs the HP&lt;BR /&gt;SSL kit to be installed. If you are interested&lt;BR /&gt;please contact me... dbsneddon at bigpond dot com&lt;BR /&gt;It comes as a PCSI kit.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 20:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781276#M34124</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-05-02T20:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781277#M34125</link>
      <description>The cURL library may be a good way to avoid&lt;BR /&gt;re-inventing wheels.  I probably can't&lt;BR /&gt;actually help, but I'm a little curious about&lt;BR /&gt;what kinds of things you want to do.  I'd&lt;BR /&gt;expect to use libcurl to download material,&lt;BR /&gt;not to help generate it.&lt;BR /&gt;&lt;BR /&gt;I probably got the cURL stuff working when I&lt;BR /&gt;was working on BOINC for VMS, so I'd expect&lt;BR /&gt;it simply to work, possibly using a UNIX-like&lt;BR /&gt;file spec here or there.  (I never really&lt;BR /&gt;looked at what the BOINC code did with the&lt;BR /&gt;cURL stuff.  I changed the cURL builder to&lt;BR /&gt;deal better with the different SSL varieties,&lt;BR /&gt;and to compile using "/float = ieee_float",&lt;BR /&gt;and I got the BOINC code to link (and run a&lt;BR /&gt;little), so I'm assuming that the cURL stuff&lt;BR /&gt;was working.</description>
      <pubDate>Tue, 02 May 2006 22:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781277#M34125</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-02T22:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781278#M34126</link>
      <description>Ive read a lot of the manuals at haxx..se, and plenty of examples online.  curl at dcl level is working fine.&lt;BR /&gt;&lt;BR /&gt;I need to read the response that comes back from remote web server when I pass control off to a different server.  curl works for dcl, but the reply seems to disappear when curl is called from cgi.  So i thought to use the libcurl calls.</description>
      <pubDate>Wed, 03 May 2006 06:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781278#M34126</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2006-05-03T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781279#M34127</link>
      <description>David, i'm VERY interested in what you have already got working.  We have the HP ssl loaded.  Please email me direct kaycee at kaycee dot net , tia...</description>
      <pubDate>Mon, 15 May 2006 17:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781279#M34127</guid>
      <dc:creator>Kelly Cox</dc:creator>
      <dc:date>2006-05-15T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: libcurl examples with VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781280#M34128</link>
      <description>Kelly,&lt;BR /&gt;&lt;BR /&gt;You have a copy of the AXP kit. It is also now&lt;BR /&gt;available from my software page (I won't post&lt;BR /&gt;the link incase the link police remove it...)&lt;BR /&gt;I am looking at getting an I64 kit soon, which&lt;BR /&gt;will also be avaiable from my web page.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 16 May 2006 01:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/libcurl-examples-with-vms/m-p/3781280#M34128</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-05-16T01:12:27Z</dc:date>
    </item>
  </channel>
</rss>

