Download List

项目描述

Libopennet allows developers to open_net() files or URLs
alike, and get a file descriptor back that they can use to
read data from. It supports HTTP (read-only) and FTP
(read or write). It also comes with read_net() to do a
forceful read(), and lseek_net() for calling lseek on the
socket/file.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-12-18 18:06
0.9.9

fseek_net()支持改善。 ftell_net(),ftello_net(),fseeko_net()和setvbuf_net()的补充。
标签: Major feature enhancements
fseek_net() support was improved. ftell_net(),
ftello_net(), fseeko_net(), and setvbuf_net() were
added.

2005-10-18 23:05
0.9.2

主要的API改变:fopen_net()不再返回(文件*),而是一(NETFILE *)。一个fread_net()和fgets_net()已添加。该代码已被大大简化,现在有一个更小的内存占用。 FTP支持已被删除现在。
标签: Major bugfixes
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.

2005-06-20 23:56
0.8.14

此版本更新HTTP和FTP请求派遣符合标准的线路终端。
标签: Major bugfixes
This release updates HTTP and FTP requests to send standards-compliant line termination.

2004-12-20 09:10
0.8.9

更新Win32支持和固定Win32'安装'目标mingw32。
标签: Minor feature enhancements
Updated Win32 support and a fixed Win32 'install' target for mingw32.

2004-11-24 16:24
0.8.5

共享对象建设的进程已更新。现在应该在Windows(至少在使用mingw32)。固定的几个错误。在open_net()模式参数不再是可有可无的(这意味着在API的变化)。
标签: Minor bugfixes
The shared object building process was updated. It
should now work on Windows (at least when using
mingw32). Several bugs were fixed. The open_net()
mode argument is no longer optional (which means a
change in the API).

Project Resources