🠰 2.6 all changes 2.8 🠲
Changes in 2.7 - September 20 1997
Changes:
- Removed the -l option and introduced the -f option instead. Now I'll rewrite the former -l kludge in an external script that will use urlget to fetch multipart files like that.
- '-f' is introduced, it means Fail without output in case of HTTP server errors (return code >=300).
- Added support for -r, ranges. Specify which part of a document you want, and only that part is returned. Only with HTTP/1.1-servers.
- Split up the source in 3 parts. Now all pure URL functions are in urlget.c and stuff that deals with the stand-alone program is in main.c.
- I took a few minutes and wrote an embryo of a README file to explain a few things.