文档详情

FTP客户端设计与开发-无忧无虑毕设网.doc

发布:2017-08-29约字共25页下载文档
文本预览下载声明
无忧无虑毕设网-大学生毕业设计站,免费毕业设计论文,无忧无虑毕设网大学生毕业设计,出售各类毕业设计源码,论文,程序源码,网站源码,免费视频教程,我们将竭诚为您服务! FTP客户端设计与实现 摘 要 互联网的一大特点是实现信息共享,文件传输是信息共享的十分重要的内容之一。随之出现了许多FTP服务器来共享一些信息资源,编写一个操作简单,方便的FTP客户端来下载这些资源受到了人们的极大欢迎。 FTP客户端软件FTP工作原理,利用C#语言设计开发。 The Design and Implementation of FTP Client Abstract The predominant characteristic of network is information resources sharing. Document transmission is an important component element. Because of this, many File Transfer Protocol (FTP) servers appeared, and won its way into favor. C# programming language is used to develop the FTP client software after comprehending the FTP working principle. And this FTP client software is made up of linking module、file management module、file transmission module and assisted management module. Linking module performs the functions of linking a host and a server; functions of operating on files are implemented in file management module; transmitting files is easy through applying file transmission module; assisted management module mainly performs the functions of reading and writing the INI files. This FTP client software is usable. And I hope the experience from this software development can do some help to the learners wholl devote their efforts to FTP client software development. Key words: .NET; C#; FTP, Client 目 录 论文总页数:21页 1 引言 1 1.1 课题背景 1 1.2 国内外研究现状 1 1.3 本课题研究的意义 1 1.4 本课题的研究方法 2 2 技术背景 2 2.1 .NET技术简介 2 2.2 Visual Studio.NET简介 2 2.3 开发语言选择 2 2.4 FTP简介 3 2.5 FTP工作模式 4 3 FTP软件需求分析 6 3.1 需要完成目标 6 3.2 功能需求 7 3.3 环境需求 7 4 FTP软件详细设计与实现 7 4.1 软件总体分析与设计 7 4.2 各模块具体设计 7 4.2.1 连接管理设计 7 4.2.2 文件管理设计 9 4.2.3 文件传输设计 9 4.2.4 辅助功能设计 10 4.3 模块的程序实现 10 4.3.1 连接管理的程序实现 10 4.3.2 文件管理的程序实现 11 4.3.3 文件传输的程序实现 12 4.3.4 辅助功能的程序实现 13 5 软件测试 15 5.1 测试前分析 15 5.2 测试的过程与分析 15 5.3 测试小结 17 结 论 18 参考文献 19 致 谢 20 声 明 21 引言 课题背景 FTP是Internet上最早也是最广的应用,直到今天它仍是最重要和最基本的应用之一。用FTP将信息下载到本地是一件十分普遍的事。也随之出现了许多下载软件。尽管远程登录(Telnet)提供了访问远程文件的极好方法,但怎么也比不上使用自己计算机中的文件方便。如果用户想使用其它计算机上的文件,最理想的方法就是把它COPY到自己的计算机中,以便在本地计算机上操作。FTP正是完成这项工作的工具,
显示全部
相似文档