Jump to content

Rexx/CURL: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
A [[REXX]] extension that allows REXX to utilise the [[libcURL]] sockets library, but that is a [[C]] library that greatly simplifies accessing internet assets such as homepages, FTP sites and so on.
A [[REXX]] extension that allows REXX to utilise the [[libcURL]] sockets library, but that is a [[C]] library that greatly simplifies accessing internet assets such as webpages, FTP sites.


==Version==
==Version==
Line 16: Line 16:
* [[Mark Hessling]]
* [[Mark Hessling]]


[[Category:Tools]][[Category:REXX]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 15:55, 20 October 2016

A REXX extension that allows REXX to utilise the libcURL sockets library, but that is a C library that greatly simplifies accessing internet assets such as webpages, FTP sites.

Version

  • Last known version: REXX/CURL v2.0.1 (2015-04-12)
This release only supplied in source code form.
  • Last known OS/2 binary version: REXX/CURL v2.0 (2012)

Links

Licence

  • Open source software released under the LGPL v2.1.

Author