Short: File and data transfer tool and lib Author: Daniel Stenberg Uploader: oliver urbann gmail com Type: comm/tcp Version: 7.74.0-DEV Requires: util/libs/AmiSSL-4.6.lha; dev/lib/zlib_68k.lha Architecture: m68k-amigaos >= 3.0 curl 7.74.0-DEV (m68k-unknown-amigaos) libcurl/7.74.0-DEV OpenSSL/1.1.1g zlib/1.2.7 Release-Date: [unreleased] Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: alt-svc HTTPS-proxy libz NTLM SSL Curl is a command line tool for transfering data specified with URL syntax. Important for the Amiga community is the library libcurl that can be used to implement the different procotols listed above in your own application, see docs/examples. HTTPS etc. is made possible by AmiSSL 4.6 and applications like Netsurf or twittAmiga rely on libcurl. Study the COPYING file for distribution terms and similar. Developer Information ===================== Used compiler: m68k-amigaos-gcc (GCC) 6.5.0b 200706181046 For further information (e.g. used libs, headers etc.) you can do: sh bin/curl-config Assuming you have m68k-amigaos-gcc in /opt/amiga/bin (/opt/amiga is the default prefix) you should copy the content of opt in this archive to the same location, e.g. cp -r opt /. Also copy the content of AmiSSL and zlib to the corresponding folders in /opt/amiga. If everything is correctly copied you can try the example curl-7.74.0/examples/https.c: m68k-amigaos-gcc -DSKIP_PEER_VERIFICATION https.c -lcurl -lamisslauto -lz -lnet -lm -lc -lunix -mcrt=clib2 -o https For further help search the web for my blog: Olli's blog about Amiga, Z80, misc electronics Or have a look at the official site in docs and docs/examples