搜索资源列表
-
1下载:
一个FTP客户端类,用Socket写的,环境为Unix。
之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互,
并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。
操作很方便,就像平常的FTP操作:
1:登陆FTP服务端
FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort)
ftpTools.
-
-
1下载:
利用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
-
-
2下载:
linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
-
-
2下载:
linux下的FTP客户端和服务器源代码
socket编程,linux under the FTP client and server source code for socket programming
-
-
0下载:
java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
-
-
0下载:
一个基于Java编写的Socket程序,提供简单的FTP功能实现
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.
Knowledge of socket programming, applet, AWT, thread, and IO str
-
-
1下载:
FTP的实验报告,包含有客户端和服务器的代码,比较使用,利用socket实现的!-FTP lab reports, includes client and server code, compare, using socket implementation!
-
-
3下载:
1通过socket实现的FTP客户端,也是计算机网络的课程设计,内有详细说明,以及使用方法。
2由于出自学生之手,有少许错误还请包涵在VS2005环境下测试通过,可查看目录,改变目录,上传文件,下载文本文件(不同操作系统的服务器,自己开服务器可以下所有类型文件),
3操作方式类似于控制台方式打开FTP。
4网上少有的使用C++的SOCKET方式访问FTP,算法属于底层算法,不同于直接使用FTP类-1 through the socket to achieve the FTP clie
-
-
0下载:
ftp客户端 可以连接ftp服务器 并进行文件下载-a ftp client can download the server s files
-
-
1下载:
纯Socket操作编写的ftp服务器端和客户端程序,设和初学者学习使用-Socket operation prepared pure ftp server-side and client-based and beginners learning to use
-
-
0下载:
socket programming for ftp server and client
-
-
0下载:
FTP的服务器端与客户端,使用Socket编写,压缩包里面有详细的说明。-This is the Server End and Client End of FTP program, which is written using WinSock.
-
-
0下载:
Linux环境下的ftp服务端程序。采用了SOCKET套接字。-Linux environment ftp server program.
-
-
0下载:
VC SOCKET 文件传输程序问题.实现类似FTP的功能(在FTP服务器与客户端之间传送文件)-VC SOCKET file transfer procedure. To achieve a similar FTP functions (in the FTP server and transfer files between the client)
-
-
0下载:
网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。
-Network communication process, provide listen
-
-
0下载:
网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。
-Network communication process, provide listen
-
-
0下载:
通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
-
-
0下载:
FTP,UDP编程,通过自己写的C代码实现FTP的client和server功能-FTP, UDP programming, through their writing C code to achieve the FTP client and server functions
-
-
0下载:
分享一个ftp源码,用C编写,包括客户端及服务端,基于Socket通讯。(FTP software, inlude Client and Server. C program)
-
-
2下载:
自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)
-