ftp库,用c编写,作者是Thomas Pfau
附有详细的API(html)和说明(README.ftplib_v3.1),在windows和linux环境中都可以使用,还附了ftp协议的RFC 959文档
下载页面:
http://nbpfaus.net/~pfau/ftplib/
ftplib
ftplib is a set of routines that implement the FTP protocol. They allow applications to create and access remote files through function calls instead of needing to fork and exec an interactive ftp client program.
ftplib has been built and tested on Linux (X86 and AXP), VMS (VAX and AXP), OSF/1 (now Digital Unix), and Windows NT (X86 and AXP).
FTPLib是一套用C语言编写的实现FTP协议的库,允许应用程序通过函数调用来创建和访问远程文件,无需fork和exec交互式的FTP客户端程序。该库已在Linux、VMS、OSF/1和Windows NT等环境下构建和测试。

8914

被折叠的 条评论
为什么被折叠?



