搜索资源列表
FTPsever_c++.net
- 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
socket_programing_ftp_serv
- network socket programing. ftp服务器程序,有USER,PASS,PASV,PORT,LIST,RETR命令,在telnet下可以调试。-network socket programing. Ftp server, have USER, PASS, PASV, PORT, LIST, RETR command, In telnet can be debugging.
serverduan
- 服务器端网络编程,使用套接字发送信息,要的可以下下来-server network programming, the use of this information socket, could look down under
55874458
- 简单模拟socket服务器和客户端,监听网络请求,接收请求信息和返回处理结果-simple simulation socket server and client, monitor network request, receiving requests for information and return results
FTPserver--net
- c#实现的ftp服务器端的源码,基于socket 编程实现,有一定的参考价值
ICS_FTPServer
- FTPServer ICS 网络 互联网 Socket使用ICS做的FTP服务器程序-FTPServer ICS Socket Internet network using ICS do FTP server
socket服务器程序
- 支持向客户端手动发送程序,作为socket理解用。
Server
- socket套接字服务器端,实现交互双方的路径显示,以及文件的传输-socket socket server-side, the realization of interaction between the two sides show the path and file transfers
FtpSever
- ftp服务器,主要功能是远程提供ftpserver,用socket 类实现的。-ftp server
FTP服务器
- 大致流程:初始化临界区- 创建sListen(WSASocket)- 绑定监听端口(bind())- 监听(listen())- 创建会话sDialog(WSASocket)- 创建第一个手动重置对象(WSACreateEvent)- 创建工作者线程ProcessThreadIO- While循环等用户连接- sDialog套接字(accept())- 向sDialog回传欢迎消息(SendWelcomeMsg())- 进入临界区-。。。。 -重叠操作(SOCKET_INF
