搜索资源列表
ftpvc++
- ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
Socket
- 包括客户端和服务器端,利用socket编程实现服务器和客户端之间的通信
11111Ftp
- FTP服务器编程源代码。可实现FTP服务器和客户机间的通信。在VC下运行
ftp.tar
- ftp的服务器实现 c语言 unix网络编程
UDP_Communication
- 用UDP协议实现网络通信C++ ,包括一个客户端和一个服务器,是网络编程新手的一份很好的参考资料
200529381
- 也是网络编程书上的例子,关于服务器的,也是很基础的,对大家学习很有用
FtpSystem.rar
- 能够随时监听客户端的连接请求,提供上传,下载文件的功能,进行文件可靠性的传输.(服务器端也能提供增加访问用户的功能,修改用户相关信息的功能,并能选择对应每个用户的共享ftp列表的功能,进行相关的上传,下载数据【待升级】),并可以实现和客户端进行聊天等功能。在客户机请求来的时候为该用户临时创建一个进程,实现多线程的编程。,Be able to listen at any time the client connection requests, providing upload and downlo
ftp1
- FTP客户端编程,实现了从ftp服务器下载文件-The FTP client programming, to achieve a the file of the Download from ftp server
AlienFTP
- FTP服务器端及客户端的设计及实现,使用CSocket编程,图形界面,实现了文件上传,下载,删除、文件夹的上传下载删除、断点续传等功能-FTP server-side and client-side design and implementation, use CSocket programming, graphical interface, realize the file upload, download, delete, folders, upload download delete, H
ftpclient_demo
- 实现网络文件传输的一个简单例子,通过它你可以在文件服务器上下载文件。FTP协议编程-A simple example of network file transfer, through which you can download the file on a file server. FTP protocol programming
FileZillaServer
- 一个国外写的FTP服务器,对于想了解FTP协议或学习c++编程的一定大有裨益。-Written in a foreign FTP server, FTP protocol to want to know or learn c++ programming will certainly benefit.
201082617535407
- FTP 服务器端 控件(*.OCX) 源代码 可用作小型FTP服务器. 编程工具:CodeGear RAD Delphi 2010 编程语言:Object Pascal 运行环境:Windows XP/20003 -FTP server-side controls (*. OCX) source code can be used as a small FTP server. Programming tools: CodeGear RAD Delphi
FtpConnection
- 能实现ftp任务的端口转发功能,实用Socket编程技术,根据命令进行分析,实现中转服务,然后发送给目标FTP服务器-Task to achieve ftp port forwarding
FTP-Client
- VC++编程,制作个简单的ftp客户服务器,可以上传下载资源-VC++ programming, producing a simple ftp client-server, you can upload and download resources
FTP
- 服务器的源代码,可以直接使用,用于网络编程-Server source code, can be used directly for network programming very good
feitp-server.V3
- 高性能的Ftp服务器,使用Python的环境,改进了pyftpdlib源码 结合使用了python2.6版本以后的多进程编程(非多线程) 实现了高并发的FTP服务器,具有很好的可扩展性!-1.Very high performance FTP Server about 10X than vsFTP server 2.Base on pyhton lib (pyftpdlib) 3.Use Multi-CPU Tech on python lib(multiprocess)
ftp客户端,加上SSL
- 在linux环境下使用C语言编程,加上openssl库,建立安全连接,与ftp服务器配合使用。