🠰 3.1 all changes 3.5 🠲
Changes in 3.2 - December 1 1997
Changes:
- FTP directory view supports -l for "list-only" which lists the filenames only.
- All operations support -m for max time usage in seconds allowed.
Bugfixes:
- Major rewrite of two crucial parts of this code: upload and download. They are both now using a select() switch, that allows much better progress meter and time control.
- alarm() usage removed completely
- FTP get can now list directory contents if the path ends with a slash '/'. Urlget on a ftp-path that does not end with a slash means urlget will attempt getting it as a filename.
- FTP upload now allows the size of the uploaded file to be provided, and thus it can better check it actually uploaded the whole file. It also makes the progress meter for uploads much better!
- Made the parameter parsing fail in cases like 'urlget -r 900' which previously tried to connect to the hostnamed '900'.