基于多线程的ftp服务器开发.doc
约7页DOC格式手机打开展开
基于多线程的ftp服务器开发,基于多线程的ftp服务器开发页数 7 字数 5226 内容摘要:本文主要介绍了基于windows socket的ftp服务器的工作原理,运行机制,如何自行开发一个较好的ftp服务器。在ftp服务器的设计中,考虑了一些ftp服务器的安全性和一些处理客户要求的并发性,还对ftp服务器中的一些基本的控制命令和传输命令进行分析...
内容介绍
此文档由会员 钱阳 发布
基于多线程的FTP服务器开发
页数 7 字数 5226
内容摘要:本文主要介绍了基于windows socket的FTP服务器的工作原理,运行机制,如何自行开发一个较好的FTP服务器。在FTP服务器的设计中,考虑了一些FTP服务器的安全性和一些处理客户要求的并发性,还对FTP服务器中的一些基本的控制命令和传输命令进行分析,提供较完整的服务。最后提出了FTP服务器的程序实现的方法,以及设计中所需注意的地方。
关键词:Socket,Thread,Thread Pool,多线程,并发性
Abstract: The article mainly introduces work principle of the FTP server based on the socket in windows and how to develop a better FTP server. At designing the server, we think about the server’s concurrency for serving the customers better, and improve the operation efficiency. Through analyse some control and transfer commands, FTP server offer the whole service. At last, it brings forward a method of realizing the FTP server and some attentive points.
Keywords: Socket , Thread , Thread Pool,multi-threading , concurrency
参考文献:
[1] 美, Ivor Horton,《JAVA2入门经典》, 中国电力出版社
[2] 王罡、 林立志,《基于Windows的TCP/IP编程》, 清华大学出版社
[3] (美) Cay S. Horstmann, (美)Gary Cornell ,《最新JAVA2核心技术》卷1 , 机械工业出版社
[4] (美) Mark Wutks,《Java 2企业版实用全书》,电子工业出版社
[5 ] 陈海山,《深入Java Servlet网络编程》,清华大学出版社
页数 7 字数 5226
内容摘要:本文主要介绍了基于windows socket的FTP服务器的工作原理,运行机制,如何自行开发一个较好的FTP服务器。在FTP服务器的设计中,考虑了一些FTP服务器的安全性和一些处理客户要求的并发性,还对FTP服务器中的一些基本的控制命令和传输命令进行分析,提供较完整的服务。最后提出了FTP服务器的程序实现的方法,以及设计中所需注意的地方。
关键词:Socket,Thread,Thread Pool,多线程,并发性
Abstract: The article mainly introduces work principle of the FTP server based on the socket in windows and how to develop a better FTP server. At designing the server, we think about the server’s concurrency for serving the customers better, and improve the operation efficiency. Through analyse some control and transfer commands, FTP server offer the whole service. At last, it brings forward a method of realizing the FTP server and some attentive points.
Keywords: Socket , Thread , Thread Pool,multi-threading , concurrency
参考文献:
[1] 美, Ivor Horton,《JAVA2入门经典》, 中国电力出版社
[2] 王罡、 林立志,《基于Windows的TCP/IP编程》, 清华大学出版社
[3] (美) Cay S. Horstmann, (美)Gary Cornell ,《最新JAVA2核心技术》卷1 , 机械工业出版社
[4] (美) Mark Wutks,《Java 2企业版实用全书》,电子工业出版社
[5 ] 陈海山,《深入Java Servlet网络编程》,清华大学出版社