搜索资源列表
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 int
vc开发的个人ftp客户端
- 计算机网络试验程序,简便FTP应用客户端。使之可以上传和下载文件。-computer network testing procedures, simple FTP client application. So that it can upload and download files.
LightFTPClient_src
- C#网络开发,一个简单的Ftp客户端实现, 里面有一个FTP的类库。-C# network development, a simple FTP client to achieve, which has a library of the FTP.
kcommon
- C#开发的FTP服务器端和客户端源代码。-C# development of the FTP server and client source code.
ftp-socket
- 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
FtpClient
- FTP客户端的代码,基于DotNet fr a mework,C#语言开发。
Cwangluo
- C#网络与通信程序设计案例精讲.rar \\chap03 提供了本书第3章FTP服务器开发源程序; \\chap04 提供了本书第4章第FTP客户端开发源程序; \\chap05 提供了本书第5章电子邮箱系统源程序; \\chap06 提供了本书第6章基于Socket的聊天室源程序; \\chap07 提供了本书第7章多线程下载源程序 \
webftp
- ftpupdateapp是使用glib开发的在linux环境下运行的ftp客户端程序。
FTPExplorerSource
- FTPExplorer C# 开发的ftp客户端
kio-ftps
- 一个用QT开发的FTP客户端,很好用的
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议
kio-ftps-0.2.tar
- qt开发的ftp客户端,非常好用.另外有一个合适的-qt development ftp client, very easy to use. In addition there is an appropriate
ftpclient.tar
- 基于QT4开发的FTP客户端程序,可实现文件上传下载功能。-QT4-based development of FTP client program for file uploading and downloading capabilities.
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server developm
VC++的FTP客户端设计与开发(含源文件)
- VC++的ftp客户端设计与开发(含源文件)(VC++ FTP client design and development (including source files))
FTP_VB
- ftp客户端访问远程主机,实现上传/下载文件、文件夹的增加/删除等功能(FTP client access remote host, upload / download files, add / delete folders, and other functions)
ftp 客户端 服务器
- 使用 vs 开发的一个 ftp 传输工具,实现服务器和客户端,可以提取关键的代码,整合到项目中使用。(Using a FTP transmission tool developed by vs to implement the server and client, the key code can be extracted and integrated into the project.)
FTP
- delphi开发的FTP客户端,非常稳定(The FTP client developed by Delphi is very stable)
ftp客户端
- 简单Ftp客户端的实现 在WINDOWS环境下,使用VC++开发工具开发的一个FTP客户端软件。(Simple Ftp client implementation In the WINDOWS environment, an FTP client software developed using VC++ development tools.)
ftplib
- ftplib源码。C语言的FTP客户端类库,可以嵌入到日常的开发中。