1、FTP 文件传输课程设计文件传输课程设计 摘摘 要要 进入信息时代,随着互联网普及,只要接上网络,就能从网上找到庞大的数据资源, 其内容包罗万象,可以说几乎任何人都可以在 Internet 资源中找到自己所需要的信息资源。 有了网络,使用者不但可以浏览各种各样的信息资源,还能够将自己感兴趣的资源下载到 本地机上。计算机之间数据的传输大多是通过文件传输协议 FTP 来完成的。FTP 使用两个 TCP 连接来实现文件传送操作。 FTP 可以管理四类不同的文件类型,且可用多种模式传输文 件。 本系统是用 JBuilder 9.0 作为开发工具完成的,系统有着良好的界面,简单易用,系统 开发的总体任务
2、是连接 FTP 服务器,上传/下载文件;并使用 Serv-U 软件构建 FTP 服务器, 使客户端用户能够通过互联网访问 FTP 服务器,进行信息资源的共享和传输。 论文首先介绍 FTP 文件传输协议的原理和工作的机制。 然后简要介绍开发 FTP 客户端 应用程序的一些详细的步骤(如何建立文件传输的数据连接过程)并提供了一个完整的 JAVA 实现的文件传输程序模块,以此来演示使用 JAVA 开发 FTP 客户端应用程序的一些具 体细节。本次论文的设计,即从需求分析,软件设计到软件功能实现,都始终遵循软件工 程的思想和数据库的设计方法。在本文中采用了大量的图表说明,使文章明确清晰,便与 阅读和理
3、解。 关键词关键词: FTP 文件传输系统 ,JBuilder 9.0, 网络技术,软件工程 ABSTARCTABSTARCT During entering to the information times, along with the Internet universal, so long as connect with the net, you can find out the huge data resources from the Internet. It is almost said that everyone can find out the information resou
4、rces which you need in the Internet. Had the network, the user can not only browse various of information resources, but also download resources which you are interested in. Most of the data transfer between computers are realized through file transfer protocol-FTP. Generally FTP means file transfer service. Using two TCP connections, FTP can realize file transfer. This software system completes with the JBuilder 9.0 tools. And the system has good interface, using in brief and easily.