- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
毕 业 论 文
论文题目: 一个基于linux 的FTP系统
专 业: 嵌入式
指导老师:
作者姓名:
学 号:
信息工程系
2011年 12 月 25 日
摘 要
FTP(File Transfer Protocol, FTP)是TCP/IP网络上两台计算机传送文件的协议,FTP是在TCP/IP网络和INTERNET上最早使用的协议之一,它属于网络协议组的应用层。FTP客户机可以给服务器发出命令来下载文件,上载文件,创建或改变服务器上的目录。Abstract
FTP (File Transfer Protocol, FTP), the two computers to transfer files in the TCP / IP network protocol, FTP is one of the earliest protocol used in TCP / IP network and INTERNET, it belongs to the application layer of the network protocol suite. FTP client can issue commands to the server to download files, upload files, create or change directories on the server. Although this is a small ftp program, but it basically has ftp. It is running on any linux Series system, use the linux the gcc compiler tool. In order to test the ftp server and client to be realized. The FTP protocol is a TCP / IP-based protocol TCP is connection-oriented reliable to an agreement.
Why is there a ftp? Network bandwidth and service limitations, a simple download from the page is slow and unreliable, so there are many FTP tools. Fundamentally speaking, the FTP is a variety of network between computers in accordance with the TCP / IP protocol to transfer files. FTP is a popular Client / Server model, consisting of an FTP client and FTP server-side programs. Usually server-side remote endpoint, users can connect through the Internet network to a remote FTP server site. The servers main function is. Only when the FTP server supports various protocols and instructions to be able to develop appropriate client program. Here is the entire set of ftp projects ideas.
目录
摘 要 2
Abstract 2
目录 3
第一章 FTP 协议与原理 3
1.1FTP 协议 4
1.2FTP 工作原理 5
1.3FTP 权限管理 6
1.4FTP的传输有两种方式 7
1.5FTP的工作方式 7
1.6该程序服务器端实现的的命令 8
第二章开发环境及工具介绍 9
2.1 C 语言和socket机制 9
2.2如何开发一个Server-Client模型的程序 11
2.3常用的Socket类型 12
2.4项目用到的socket函数和编译环境 15
第三章
文档评论(0)