搜索资源列表
DIBerteAPI
- 3.2: Histogram equalization: Show the histogram and the image after the Histogram equalization, then compare the original map and the map processed
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
gftp-2.0.18
- 优秀的ftp客户端,非常好用,用qt完成-outstanding ftp client, very convenient, complete with qt
edtftpj-1.4.2.tar
- 另外一个JAVA FTP客户端工具-another Java FTP client tool
weeblefm-1.2.tar
- 另外一个JAVA FTP客户端工具-another Java FTP client tool
FileZilla_2_2_17_src
- 开源FTP客户端软件FileZilla的2.2.17的完整源代码,工程比较庞大,代码质量比较,很有借鉴价值.-revenue FTP client software FileZilla 2.2.18 of the integrity of the source code, enormous project, code quality, a very valuable reference.
CraftFTP_gb
- 与CuteFTP相媲美 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy
NDKFileTransfer_src
- 一种基于Network Development Kit 2.0的简单文件转输方法-based Network Development Kit 2.0 simple file transfer methods
VCThunder5.7.2.371DDR1.5
- 迅雷5.7.2.371 DDR1.5版去广告版源代码 有关软件的东西,是包括文档与代码,都有详细的调试记录与大量的文档记载。内有作者详细的解释!!!保证都是完全可以通过编译的,在理解的基础上然后用自己熟悉的环境去改写。
SimpleFTP
- NET 2.0下简单的FTP访问程序 也许大家也不想总依赖着第三方FTP软件,值得高兴的是,本文将给你开发出一套免费的来。尽管,本文中的代码没有设计成可重用性很高的库,不过确实是一个简单的可以重复使用部分代码的程序。本文最大的目的是演示如何在.NET 2.0中使用C#设计FTP访问程序。
vsftpd-2.0.5
- 这个是LINUX下VSFTPD的源代码,有比较高的参考和学习价值-This is under LINUX vsftpd source code, there are relatively high value of reference and learning
vsftpd-2.0.7.tar
- ftpd server in linux
Twisted_NoDocs-8.2.0.win32-py2.4
- Twisted是高性能面向通信的event-driven 网络引擎, 支持HTTP, NNTP, IMAP, SSH, IRC, FTP, and others-Twisted is an event-driven networking engine written in Python and licensed under the MIT license. Twisted projects variously support TCP, UDP, SSL/TLS, mu
filezilla-3.2.4.1
- FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows.
FileZilla_3.2.6.1_win32-setup
- The latest stable version of FileZilla Client
commons-net-2.0-src
- apache 的FTPClient,大家学习 -apache' s FTPClient, we learn from
edtftpj-2.0.5
- 此工具是FTP客户端的一个开发包,里面包含了我们开发FTP客户端要用到的各种类和方法。-This tool is an FTP client development kit, which includes the development of our FTP client to use a variety of classes and methods.
OPNET-Modeler-and-Ns-2-Comparing-the-Accuracy-Of-
- This paper presents a comparative study of two well-known network simulators: OPNET Modeler and Ns- 2. Other studies in this area have generally been confined to just one simulator. The motivation of this paper is to provide a guide to researcher
mini-FTP-V-2.1
- 迷你FTP V 2.1代码 插件自行下载-迷你FTP V 2.1代码.rar
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)