hURL 2.0 released

Official announcements from the Hollywood team
Post Reply
admin
Site Admin
Posts: 149
Joined: Fri Feb 12, 2010 12:21 pm

hURL 2.0 released

Post by admin »

Image

Airsoft Softwair, the hardest working men in code business, are back on your screen with a major update of hURL - the ultimate multi-protocol data transfer plugin for Hollywood which allows Hollywood scripts to transfer data using all kinds of different network protocols including full SSL support. Version 2.0 is a major update that has many new features. Here is a list of new features in hURL 2.0:

- support for more than 50 new curl options
- support for curl 8.0
- support for curl's mime and URL interfaces
- AmiSSL v5 support on 68k and AmigaOS 4
- MorphOS version uses the system-native openssl3.library instead of AmiSSL now
- AROS now supported (AmiSSL v4)
- macOS version supports the ARM64 platform now ("Apple Silicon")
- almost 100 pages of new documentation
- bug fixes and other improvements

hURL supports an incredibly wide range of transfer protocols, e.g. DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and TFTP. As with all Hollywood plugins, hURL comes with extensive documentation in various formats like PDF (almost 400 pages!), HTML, AmigaGuide, and CHM that contains detailed descriptions about all functions and methods offered by the plugin.

All of this makes hURL the ultimate data transfer tool for Hollywood that contains everything you need to send and receive data via almost any transfer protocol on the planet.

hURL is now available for free download from the official Hollywood portal. Thanks to Hollywood's cross-platform plugin system versions for AmigaOS3 (m68k), AmigaOS 4, MorphOS, Linux (ppc, arm, x86, x64), macOS (ppc, x64, arm64), Windows (x86, x64), Android (arm64), and iOS (arm, arm64) are provided.

This release was brought to you by Airsoft Softwair, the hardest working men in code business.
ntromans
Posts: 54
Joined: Fri Jan 11, 2013 12:06 am

Re: hURL 2.0 released

Post by ntromans »

Just to say many thanks for making this available for AROS :D
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: hURL 2.0 released

Post by airsoftsoftwair »

At your service! ;)
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: hURL 2.0 released

Post by airsoftsoftwair »

The iOS archive of hURL 2.0 has just been updated and the build for the iOS simulator now also supports the iOS simulator on the new arm64 Macs. No changes to the device build for iOS so you only need to update if you want to use hURL 2.0 in the iOS simulator on arm64 Macs.
amyren
Posts: 361
Joined: Thu May 02, 2019 11:53 am

Re: hURL 2.0 released

Post by amyren »

I notice that in the archive for android the armeabi-v7a plugin is missing
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: hURL 2.0 released

Post by airsoftsoftwair »

amyren wrote: Fri Oct 27, 2023 10:14 pm I notice that in the archive for android the armeabi-v7a plugin is missing
Yeah, recent Android SDKs don't support compiling for 32-bit Android any longer that's why I've dropped support for this.
amyren
Posts: 361
Joined: Thu May 02, 2019 11:53 am

Re: hURL 2.0 released

Post by amyren »

I see. I guess you just forgot to update the "How to install" file in the archive then ;)
amyren
Posts: 361
Joined: Thu May 02, 2019 11:53 am

Re: hURL 2.0 released

Post by amyren »

airsoftsoftwair wrote: Sun Oct 29, 2023 5:11 pm
amyren wrote: Fri Oct 27, 2023 10:14 pm I notice that in the archive for android the armeabi-v7a plugin is missing
Yeah, recent Android SDKs don't support compiling for 32-bit Android any longer that's why I've dropped support for this.
So next apk compiler version will only output the 64bit aab/apk files?

I guess this is only possible because I manually set the API level in the gradle scripts edit window.
Image
I recently uploaded this at google console recently. Perhaps google wil reject my upload upon review then.
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: hURL 2.0 released

Post by airsoftsoftwair »

amyren wrote: Mon Nov 06, 2023 8:00 am So next apk compiler version will only output the 64bit aab/apk files?
Depends on if the Android SDK toolchain still supports 32bit or not. I haven't checked the latest version of Android Studio yet. If it still supports 32bit, I'll support it too.
User avatar
airsoftsoftwair
Posts: 5450
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: hURL 2.0 released

Post by airsoftsoftwair »

Good news: I've managed to compile hURL 2.0 for 32-bit Android now as well. You can find the 32-bit Android build in the hURL 2.0 archive for Android now.
Post Reply