搜索资源列表
会话通信程序2
- 该实例完成模拟的FTP功能.服务器程序在2000端口进行侦听,并进入等待连接状态.客户端尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行文件传输,程序里要求文件夹小于32KB.客户端提示输入文件各,该文件名可以带路径,服务器收到文件后,将其写到相应位置.-examples of the complete simulation of FTP functions. In 2000 server port for the interception, and went to wait
ftp cs编程
- 这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件-This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc.
FTPClientAndServer
- 一个简单的多任务的FTP服务器及相应的客户端程序FTP client/server -a simple multi-task of FTP servers and corresponding client FTP client / se Tiger
comm_FTPWanderer
- 一个FTP的通信的客户端程序, 可以实现多线程断点续传-an FTP client communication procedures, can achieve multithreaded HTTP
FTP_Client_Source
- 一个ftp客户端程序,前面已经上载了服务器端的程序,他们正好是一套,对于ftp的学习有很大的帮助,研究完这部分代码,你就完全是一个ftp高手了-an ftp client, as has already been uploaded to the server, they can be precisely set, ftp for the study will be very helpful to study completed this part of the code, you complet
miniftpclient
- 一个小型ftp客户端程序,vc编写,实现了文件的上传下载,支持文件拖拽-a small ftp client, vc prepared and realized the document upload download, supporting documents, dragging
ftpclient-csharp
- 本程序用tcpclient类实现了ftp客户端的上传下载新建删除等基本功能。采用了多线程设计。-the procedures used to achieve the kind tcpclient ftp client upload download the new basic skills, such as deleted can. Is a multi-threaded design.
MFC-FtpClient
- 用MFC写的一个简单的Ftp客户端程序,可以实现上传下载功能。-with MFC write a simple Ftp client program can achieve upload download function.
37724084sftps
- 一款vc++编写的ftp客户端程序,实现了上传下载 等功能 ,可实现断点续传 ,多线程下载的-prepared by the ftp client procedures, the upload and download function can be realized HTTP. Multithreading Downloading
Ftpdata
- 原来自己写的,多线程序的FTP客户端,上传大的文件没有问题,具体要看INI文件.
ftp
- 一个ftp客户端程序,可以上传下载,可以用二进制或ascII码传输
FTP_client
- FTP客户端程序,感觉还行,作为学习ftp协议的一个帮助
A_Client_F1566313302003
- 一个国外编写的一个非常完整的FTP客户端,程序不采用任何控件,有设置界面,一个类模块,实现FTP的简单功能
clientforFTP
- ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;
InternetDownload
- 本软件主要是实现Internet文件下载的功能。这里使用WinInetAPI提供的接口,这些接口使客户端程序能够轻松访问标准的Internet协议,如FTP和HTTP。
MyFtp
- Ftp 客户端程序 实现基本的上传和下载功能,源码可以直接使用
FTPClient
- VB编写的完整的FTP客户端程序 功能齐全
FTPSample
- 一个利用VB的Internet Transfer控件做的FTP客户端例子程序。
FtpClient
- 使用Visual C++.Net开发的简单FTP客户端程序
FTPSOCKET
- 一个具备基本功能的FTP客户端程序源码,十分值得参考.