1 / 7
文档名称:

运行于Windows CE和Linux的简单FTP Server开发.pdf

格式:pdf   页数:7页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

运行于Windows CE和Linux的简单FTP Server开发.pdf

上传人:中国课件站 2011/10/18 文件大小:0 KB

下载得到文件列表

运行于Windows CE和Linux的简单FTP Server开发.pdf

文档介绍

文档介绍:运行于 Windows CE 和 Linux 的简单 FTP Server 开发
经济学院国际经济与贸易系
温和风
学号:2002024001
【内容摘要】本文介绍了一个简单 FTP Server 的开发实验过程。该 FTP Server 能在安装有 Windows CE 或
ARM Linux 两种操作系统的嵌入式开发板上运行,可作为一个“移动的 FTP Server”来使用,随时随地满足客户端
对服务器的文件存取要求。基于 Windows CE 的 FTP Server 的开发采用集成开发环境 EVC 和 Platform Builder
,基于 ARM Linux 的 FTP Server 的开发采用 ARM Linux GCC 编译器。实验表明,开发的 FTP Server 在两种操
作系统下都能实现基本的 FTP 命令,包括文件的上传、下载、删除等,同时还具备系统开销小(小于 30K)、运行
于双系统之上、可移植性好、使用简单并具备一定的异常处理功能等特点。

【关键词】嵌入式设备;Windows CE;ARM Linux;TCP/IP;FTP

【教师点评】该文在 Windows CE 和 ARM Linux 两种常见的嵌入式操作系统平台上实现了一个简单的 FTP
Server,可用于嵌入式设备和主机以及嵌入式设备之间的文件传输,具有功能简单实用、双系统运行、系统开销小
等特点。该应用程序的开发模式和实现手段对嵌入式设备应用程序的设计与开发有一定的借鉴参考作用。

点评教师:张冰

A Simple FTP Server for Windows CE and Linux
【Abstract】This thesis introduces the development and experiment of a simple FTP Server, which can run on embedded
development platform installed with Windows CE and ARM Linux operating system. It can serve as a “movable FTP
server”, meeting the need of file-uploading and file-downloading from client to server at anytime from everywhere. The
FTP Server for WinCE is developed using Embedded Visual C++ and Platform Builder , while the one for ARM
Linux is developed using ARM Linux piler. Experiment results show that the two FTP servers developed under
the two operating systems can implement basic mands like file-uploading, file-dow