Re: cURL 7.11.0 available for VMS
From: Dirk Munk (munk_at_home.nl)
Date: 02/05/04
- Next message: sms_at_antinode.org: "SYS$STARTUP:MMOV$SHUTDOWN.COM -- Insufficiently discriminating?"
- Previous message: Ruslan R. Laishev: "Re: [OT but useful] Kaspersky antivirus ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Next message: sms_at_antinode.org: "SYS$STARTUP:MMOV$SHUTDOWN.COM -- Insufficiently discriminating?"
- Previous message: Ruslan R. Laishev: "Re: [OT but useful] Kaspersky antivirus ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|