
Stuff that I might do some day...

- use gz-compressed index files for transfer speed improvement and reliability (CRC)
- look for FDNPKG.CFG first in current EXE dir instead of in %DOSDIR%/BIN (but %FDNPKG.CFG% should still have priority over everything else)
- separate 'SEARCH' into a dedicated action for listing packages
- add a way to install a specific version of a package without relying on the latest version autodetection (fdnpkg install pkgname/0.50)
- when the connection to network fails, we should continue with what we have (looks like wattcp is calling exit() if it fails to get an IP via DHCP?)
- when downloading, make the "Downloading..." message localizable
