Libopennet 0.9.2 review
Download
|
|
Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL.
Libopennet allows you to open_net() files the same way you open() them now.
What's New in This Release:
Major API change: fopen_net() no longer returns a (FILE *), but instead a (NETFILE *).
An fread_net() and an fgets_net() have been added.
The code has been simplified significantly, and now has a smaller memory footprint.
FTP support has been dropped for now.
Libopennet 0.9.2 keywords