搜索资源列表
FTP客户端开发——WinSock
- FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
MINI FTP客户端
- 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
FtpClient(winsock)
- 这是一个在MFC下通过Winsock实现的FTP客户端,实现了登陆、查询目录、上传、下载文件,是学习网络编程、FTP协议、Winsock编程的很好材料。-in MFC through Winsock FTP client to achieve the landing, Inquiries directory, upload and download documents, is learning network programming, FTP agreement, Winsock Program
FTP
- ftp客户端 控制台环境下进行操作 用winsock编写
ftpclient
- VC写的FTP客户端功能的实现,具有详细的软件设计说明书。-VC wrote the FTP client function of the realization of a detailed software design specification.
11575
- FreeNet Email/Http/FTP控件 提供了基于Winsock的Email、Http、FTP等功能,其所附的Email范例程序已接近了专业软件的水平,附源代码。-err
C++hxbc
- C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
FtpConnection
- 用到CFtpConnection类,少有的用winsock开发的在VB平台的FTP源码,有文件列表,重命名删除文件等功能。网上也有,但我这个可以修正好可以正常下载,网上找的不能正常下载-CFtpConnection use category, a rare development using winsock in VB platform FTP source, there is the list of files, rename, delete files and other functions
FTP
- 用WINSOCK建立通信基础,FTP服务器,多个CLIENT可以通过请求连接到服务器,CLIENT之间可以进行通信。-WINSOCK communications set up with basic, FTP server, multiple CLIENT can request to connect to the server, CLIENT can communicate between.
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
WinSockFTP
- WinSock的FTP 支持断点上传下传功能-WinSock support of the FTP download function breakpoint upload
MyFtp
- 基于Winsock的网络编程小程序,可以实现FTP的上传和下载。-Winsock-based network programming applets, can be achieved FTP upload and download.
Ftp
- 基于MFC 用winsock实现FTP的基本功能,包括下载、上传。-MFC-based FTP using winsock to achieve the basic functions, including the download, upload.
FTP_socket
- FTP的服务器端与客户端,使用Socket编写,压缩包里面有详细的说明。-This is the Server End and Client End of FTP program, which is written using WinSock.
seven
- 包含7个程序:FTP上传下载,捕获HTTP包,电话拨号上网,端口扫描,广播信息:WINSOCK-UDP,获得主机名和IP地址,网络聊天:WINSOCK-TCP-Includes seven programs: FTP upload to download, capture HTTP packets, telephone dial-up Internet access, port scanning, broadcasting information: WINSOCK-UDP, to obtain
FileSocketServer
- 文件传输协议 FTP VC winsock TCP-File Transfer Protocol FTP VC winsock TCP
ftp
- ftp源程序 winsock编程 客户端和服务器段-source winsock ftp client and server programming section
winsock
- Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
Winsock
- Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
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)