基于FTP的服务器及客户端的设计与实现论文.docVIP

基于FTP的服务器及客户端的设计与实现论文.doc

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于FTP的服务器及客户端的设计与实现论文

摘要 网络环境中的一项基本应用就是将文件从一台计算机中复制到另一台可能相距很远的计算机中。而文件传送协议FTP是因特网上使用得最广泛的文件传送协议。FTP使用客户服务器方式。本课题就是设计一个FTP服务器程序和一个FTP客户端程序。 本文通过软件工程学的方法完成对FTP服务器程序和客户端程序的设计以及具体的实现,设计步骤采用自顶向下的方法。描述了需求分析,总体设计,详细设计等内容,并对程序系统的实现做出了详细的介绍。本文所实现的FTP程序基本符合编程规范,主要具备完成FTP连接的打开和关闭操作;能执行文件的上传和下载;能完成用户的登陆判断;目录的跳转以及文件目录的输出几个功能。 关键词 服务器;系统设计;软件工程 ABSTRACT One basic application of Internet environment is to copy documents from one computer to another distant one, while the File Transfer Protocol (FTP) is the most widely-used document transfer protocol on the Internet. FTP adopts the client-server mode. The object of this task is to design a FTP server program and a FTP client program. This article mainly focuses on how to design and concretely realize the programs of FTP server and client through the method of software engineering. The procedures follow the way which is from the top to the bottom. This article could be divided into several chapters, including the analysis of FTP protocol, the analysis of demands, program design and practical function design, with a detailed introduction of the analysis, design and realization of FTP programs.This largely according with programming criterion, this FTP program is equipped with a couple of functions involving the initiation and closure of FTP links, uploading and downloading files, the judgement of user’s logging status, automatically altering Jumping catalogs and the output of file catalogs. Key words Server, System Design, Software Process 目录 摘要 I ABSTRACT II 第1章 绪论 1 1.1系统开发背景 1 1.2课题主要研究内容和意义 2 1.3 Eclipse的概述 2 1.4 本章小结 3 第2章FTP协议 4 2.1 FTP简介 4 2.1.1 FTP服务器登入方式的分类 4 2.1.2 FTP运行原理 5 2.2 FTP标准命令 6 2.3 本章小结 8 第3章 需求分析 9 3.1 任务描述 9 3.2 用户特点 9 3.3 软件架构 9 3.3.1服务器架构设计 9 3.3.2客户端架构设计 10 3.4开发环境 11 3.5本章小结 11 第4章 系统设计 12 4.1 模块设计 12 4.1.1 FTP服务器模块 12 4.1.2 FTP客户端模块 13 4.2 FTP服务器模块的设计 13 4.2.1 服务器控制模块 13 4.2.2 数据传输模块 17 4.2.3 命令信道模块 18 4.2.4 文件处理模块 19 4.2.5 用户相关模块 20 4.3 FTP客户端模块设计 21 4.3.1 客户端信息处理模块 21 4.3.2 客户端文件传输模块 23 4.3.3 客户端网络连接模块 25 4.4 FTP类图 25 4.5本章小

文档评论(0)

pangzilva + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档