Rexx/CURL: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
A [[REXX]] extension that allows REXX to utilise the [[libcURL]] 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 homepages, FTP sites and so on. | ||
==Version== | ==Version== | ||
Line 11: | Line 11: | ||
==Licence== | ==Licence== | ||
* Open source software released under the [[LGPL | * Open source software released under the [[LGPL v2.1]]. | ||
==Author== | ==Author== |
Revision as of 01:17, 25 June 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 homepages, FTP sites and so on.
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.