下载后可任意编辑Linux 下基于 TCPIP 的文件传输系统摘 要一般来说,用户联网的首要目的就是实现信息共享,文件传输是信息共享非常重要的一个内容之一。随着网络的逐步普及,FTP 传输的重要性已经越来越突出,它关系着网络的进一步进展和普及,甚至关系着网络的生存。本系统在Linux-2.4.20-8 内核下采纳 C 语言完成基于 TCP/IP 的文件传输系统的设计与开发。本文首先介绍了 Linux 系统的特点优势以及 Linux 下的 C 语言编译环境,其次介绍网络传输协议及 FTP 应用的一些基本概念,然后再次基础上完成了 Linux下基于 TCP/IP 的文件传输系统的设计,最后对设计进行代码实现并进行测试,由结果可知,本次设计与开发的文件传输系统较好的完成了文件传输系统的基本功能。关键词:Linux;TCP;IP; FTP; 文件传输系统下载后可任意编辑Design and Development of Simple FTP system Base on TCP/IP under LinuxAbstractIn general, the primary purpose of the user network is to achieve information sharing, file transfer, information sharing is one of very important. With the gradual popularization of the network, FTP transfer has become increasingly prominent importance, it relates to the further development and popularization of the network, even between the network's survival. The system is Linux-2.4.20-8 kernel complete with C-based TCP / IP file transfer system design and development. This paper introduces the network transmission protocol and FTP applications, some basic concepts, followed by the introduction of the Linux system, advantages and features of the C language compiler under the Linux environment, and then again on the basis of completed Linux, based on TCP / IP file transfer system design, Finally, the code design and testing, the results indicate that this design and development of a better file transfer system to complete the basic functions of file transfer system.Key words: Linux;TCP;IP; FTP; 下载后可任意编辑目 录1引言...................