🠰 1.1 all changes 1.3 🠲
Changes in 1.2 - May 1 1997
Changes:
- Implemented HTTP proxy support.
- Implemented URLs (and skipped the old syntax).
- Output is written to stdout
Bugfixes:
- Discovered and fixed the problem with getting binary files. puts() is now replaced with fwrite(). (Daniel's note: this also fixed the buffer overwrite problem I found in the previous version.)
- Let "-p" before "-x".
- Bugfixed the proxy usage. It should *NOT* use nor strip the port number from the URL but simply pass that information to the proxy. This also made the user/password fields possible to use in proxy [ftp-] URLs. (like in ftp://user:password@ftp.my.site:8021/README)
- Receive byte counter added.