搜索资源列表
FTP总集
- 七个FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-7 FTP client and server applications, the source code files to upload and download, modification, deletion and many other functions
ftp.cls
- ftp源码,通过简单代码可实现ftp功能-ftp source, the code through a simple function can be realized ftp
datadown
- 可以实现数据的快速下载,采用多线程运行,加快了速度,源码采用vc++编写-data can be downloaded from the rapid, multi-threaded operation and accelerate the pace of preparation of the source code used vc
FTPClient
- FTP客户端源码,对FTP客户端的简单实现
tftp
- vc6.0实现的tftp程序 包含服务器客户端源码
edtftpj
- 这是一个ftp的源码,可以实现ftp功能。
FTPVBt
- 很不错的一个VB实现FTP功能的源码,实现FTP的文件传输!~
FTP的源码
- 用JAVA语言介绍ftp通信的实现过程-with Java language introduced ftp communication of the process
FtpApplet
- Ftp客房端Applet源码实现了FTP的上传下载功能-This is a Java Applet sound code of a ftp client. It achieves upload and download functions.
tftp_sevr+client
- vc6实现tftp程序-包含服务器客户端源码-C语言-tftp procedures to achieve vc6- contains server client source-C Language
FTP
- FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-FTP client and server-side program source code, to achieve file upload, download, modify, delete, and many other functions
ftplib-3.1-src.tar
- 一个开源的ftp Client源码实现,具备ftp的基本功能,对研究ftp协议帮助很大。曾被我用来测试ftp下载的网速。-an open source ftp client source code with the element functionality, which can be use to test the transfer speed of network.
FTP1
- 所有FTP总集~~~~~能实现FTP很多功能!~非常强大的源码!~-Collection of all FTP ~~~~~ FTP to achieve a lot of features! ~ A very powerful source! ~
ftpclrny
- 一个ftp系统的客户端软件的源码。。。可以实现ftp文件的传输-An ftp client software system source code. . . Can be achieved ftp file transfer
zxjaywebexplorer
- 基于浏览器的简易资源管理器(源码) 制作的初衷是没有FTP的情况下能够修改自己的网站,安全方面用form认证。全Ajax实现,支持文件浏览、新建编辑文件(夹)、删除移动重命名文件、压缩解压zip文件、文件上传下载等。基本支持IE5.5以上、FF、Opera浏览器。-Simple browser-based resource management device (source) is not the original intention of making the case of FTP to m
4_7_ftp
- 一份实现FTP功能的源码,用VC++编写的-A function of the realization of FTP source
FTP
- 用VC实现的FTP上传下载软件源码,测试通过,没有问题,希望有一定的参考价值-VC achieved with FTP uploading and downloading of software source code, test is passed, there is no problem, I hope there is some reference value
vb-ftp
- FTP客户端 VB源码 实现上传和下载功能-ftp client
FTPandclient
- FTP服务端和客户端程序,C#源码实现!对刚接触C#网络编程的人有用!-FTP server and client programs, the C# source code to achieve useful to people new to C# Network Programming.
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)