搜索资源列表
FTP服务器源代码
- 一个ftp服务器的源代码,实现的功能很强大。值得好好研究研究!-an ftp server source code, the function is very powerful. Worthy of a good studies!
几个经典的ftp源代码
- 几个经典的ftp程序包括服务器端和客户端。甚至还有个用比较低层的方法的来实现的。非常值得推荐-several classic ftp programs including server programs and client programs.Even there is one which is implemented by low-layer method.strongly recommended
FTP服务
- 这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it.
FTP协议解析与实现
- 总所周知,FTP在网络中有着重要的地位,如何全面认识它呢, ”FTP协议解析与实现“有助于我们理解和应用它。-total known, FTP in the network has a crucial position, how to fully understand it?, "FTP Analysis and Implementation of the agreement" will help us to understand and apply it.
文件传输服务器
- 一个文件传输的服务器。可能过此程序完成FTP服务器的功能。原码简洁易懂-a file transfer server. This process may be completed over the FTP server functions. Easy to read the original code
megaupload-1.451.tar
- php + perl 上载工具源代码。用于大文件上载。上载时现实进度条,使上载用户知道上载进度以及剩余等待时间。-php tools available source code. For large file uploading. When the reality on the progress to be made on the users know on the progress and the remaining waiting time.
boyle_ftpupdate
- 网站文件在本地更新多了以后,要将本地更新文件上传服务器时候再一一找出更新过的文件比较麻烦。设计初衷就是为了解决这个问题,同时也为了练手。代码没有什么难度,主要是为了学习FTP传输和文件操控。设计中有两种文件扫描方式,对比扫描则是通过对比用户提供的时间了扫描本地更新文件;实时扫描则以服务器上文件时间与本地文件时间进行对比来扫描文件,因此最好服务器和本地系统时间相差不要太离谱。在D7和XP下开发。 -website updated in the local paper after mo
pod25ins
- 机器人压缩软件。里面是游戏是需要的机器人对战软件。-robot compression software. Inside game is necessary software robot players.
钟兵.RAR
- 本程序FTP功能是通过API编写与对方电脑连接,但对方要按装IIS中的FTP功能。连接后就可上传文件到对方电脑指定的目录。-FTP function of this program is to prepare through the API and other computer connections, but the other side according to the IIS installed FTP functions. A connection can upload files to
VBcode
- 非常好的VB源代码,是我收藏的好东东,拿出来和大家分享,希望对你有帮助。.. -very good VB source code, is a good collection of Eastern, to show and to share with you, and I hope to help you. ..
20050405164349292
- 全国交通咨询模拟 出于不同目的的旅客对交通工具有不同的要求。例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中转次数最少。编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询。 1.需求分析: (1)提供对城市信息进行编辑(如添加或删除)的功能。 (2)城市之间有两种交通工具:火车和飞机。提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能。 (3)提供两种最优决策:最快到达或最省钱到达。全程只考虑一种交
CSTest
- 实现FTP的功能,可以下载上传。而且支持断点续传。FTP服务器及客户端。界面美观,采用JDK1.5开发-FTP functions can be downloaded upload. But support for HTTP. FTP server and client. Beautiful interface, developed using JDK1.5
port-complete-mode
- 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
ftp-rfc959
- 用java实现的ftp功能的源代码,经过编译通过的,可以直接使用。-achieved using ftp function in the source code, after the compiler can be used directly.
DMXYV018
- 各位充满热情的传世玩家,你们好。谢谢这么多天来,你们的支持。特别要感谢那些无偿 提供全技能帐号来给我们研究官方技能封包的热心朋友,还有那些不断完善淡抹夕阳数据的热心 玩家。同时也感谢各位淡抹夕阳联盟的网站或者论坛的站长和热心成员为淡抹夕阳淡抹夕阳的完 善作出的重大贡献。还有,就是要感谢网游基地各位朋友无私的帮助那些遇到困难的淡抹夕阳使 用者。-passion to the masterpieces of players, you good. Thank y
FtpTest
- 在C#里面用FTP方式上传。。。其稳定性和速度都比直接用Web控件好些
VC--FTPD.rar
- 一个功能完整的ftp服务器源代码,供大家分享学习。。。,A full-featured ftp server source code, for learning to share. . .
FtpServer
- 一个ftp系统的服务器软件的源码。。。可以实现ftp文件的传输-System of a ftp server software source code. . . Can be achieved ftp file transfer
FTP服务器
- 大致流程:初始化临界区- 创建sListen(WSASocket)- 绑定监听端口(bind())- 监听(listen())- 创建会话sDialog(WSASocket)- 创建第一个手动重置对象(WSACreateEvent)- 创建工作者线程ProcessThreadIO- While循环等用户连接- sDialog套接字(accept())- 向sDialog回传欢迎消息(SendWelcomeMsg())- 进入临界区-。。。。 -重叠操作(SOCKET_INF
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要