Page 1 of 1

hURL 2.0 released

Posted: Sun Apr 30, 2023 12:37 pm
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.

Re: hURL 2.0 released

Posted: Wed May 03, 2023 9:00 pm
by ntromans
Just to say many thanks for making this available for AROS :D

Re: hURL 2.0 released

Posted: Sun May 07, 2023 11:33 am
by airsoftsoftwair
At your service! ;)

Re: hURL 2.0 released

Posted: Sun Aug 20, 2023 11:59 am
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.

Re: hURL 2.0 released

Posted: Fri Oct 27, 2023 10:14 pm
by amyren
I notice that in the archive for android the armeabi-v7a plugin is missing

Re: hURL 2.0 released

Posted: Sun Oct 29, 2023 5:11 pm
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.

Re: hURL 2.0 released

Posted: Sun Oct 29, 2023 6:49 pm
by amyren
I see. I guess you just forgot to update the "How to install" file in the archive then ;)

Re: hURL 2.0 released

Posted: Mon Nov 06, 2023 8:00 am
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.

Re: hURL 2.0 released

Posted: Mon Nov 13, 2023 4:50 pm
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.

Re: hURL 2.0 released

Posted: Sun Nov 19, 2023 12:25 pm
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.