Re: cURL 7.11.0 available for VMS

From: Dirk Munk (munk_at_home.nl)
Date: 02/05/04


Date: Thu, 05 Feb 2004 07:46:59 +0100


>> Curl is a command line tool for transferring files with
>> URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER,
>> TELNET, DICT, FILE and LDAP. Curl supports HTTPS
>> certificates, HTTP POST, HTTP PUT, FTP uploading,
>> kerberos, HTTP form based upload, proxies, cookies,
>> user+password authentication, file transfer resume, http
>> proxy tunneling and a busload of other useful tricks.
>>
>>I haven't tested all the features, since I only use it for
>>HTTP(S), but it does compile and link cleanly on all the
>>platforms outlined above.
>
>
>
> Kudos to Marty... This is how unix tools ported to VMS should be
> announced. Many here may not be well versed on all things unix
> and an explaination of the package (any package for that matter,
> unix ported or otherwise) is a welcome addition to the announce-
> ment.
>
> --
> http://www.legacy-2000.com for the *best* OpenVMS system security
> solutions that others only claim to be.

My thanks to Marty as well.
It is indeed a very nice tool if you want to download files to a VMS system, and
you don't have a browser running on that system.

This is how a typical command line for Curl could look like:

$curl "http://Some-Website.com/Some%20File.dat" --output "[output]Some_File.dat"

Don't forget the double quotes!

If you want to preserve the case for the output file (on a ODS-5 disk), you
obviously will have to run your process in extended mode:

$set process /parse_style=extended

and you will need to set the following logical:

$define DECC$EFS_CASE_PRESERVE ENABLE

(for newbies: ODS-5 is only supported on Alpha and IA64, not Vax)



Relevant Pages

  • cURL 7.13.0 for VMS has been released
    ... The latest version of cURL, 7.13.0, for OpenVMS has been released ... with OpenSSL, ... URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, ...
    (comp.os.vms)
  • cURL 7.13.1 for VMS has been released
    ... The latest version of cURL, 7.13.1, for OpenVMS has been released ... with OpenSSL, ... URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, ...
    (comp.os.vms)
  • cURL 7.14.0 has been released for VMS
    ... The latest version of cURL, 7.14.0, has been released for OpenVMS ... with OpenSSL, ... URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, ...
    (comp.os.vms)
  • cURL 7.14.1 ready for download
    ... The latest version of cURL, 7.14.1, has been released for OpenVMS ... with OpenSSL, ... URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, ...
    (comp.os.vms)
  • cURL 7.11.1 available
    ... The latest version of cURL, 7.11.1, for OpenVMS has been released ... hpSSL and without SSL support. ... URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, ...
    (comp.os.vms)