毕业设计(论文)-c++小型ftp服务器系统【毕业论文】.doc,毕业设计(论文)-C++小型FTP服务器系统.doc...
畢業(yè)設(shè)計(jì)(論文)-C小型FTP服務(wù)器系統(tǒng)
Suihua University Graduation Paper
A Small FTP System Based on the VC++
Student name
Student number 200450433
Major Computer Science & Technology
Supervising teacher
Suihua University
摘 要
本程序是一個(gè)小型FTP服務(wù)器系統(tǒng),實(shí)現(xiàn)了FTP服務(wù)器所應(yīng)該具備的大多數(shù)功能,包括用戶的登錄,文件的上傳、下載、刪除,選擇數(shù)據(jù)傳輸模式、目錄選擇等,并給出相應(yīng)的提示。通過(guò)該程序的開發(fā),基本上實(shí)現(xiàn)了一個(gè)FTP服務(wù)器所應(yīng)該具有的功能,能夠解釋一般的FTP命令,并且符合RFC959規(guī)范。本軟件的設(shè)計(jì),即從需求分析,軟件設(shè)計(jì)到軟件功能實(shí)現(xiàn),都始終遵循軟件工程的思想和方法。本文中采用了大量的圖表說(shuō)明,使文章明確清晰,便與閱讀和理解。
本程序采用VC++6.0作為開發(fā)工具,設(shè)計(jì)步驟采用自頂向下的方法。
關(guān)鍵詞:上傳;下載;VC++;FTP服務(wù)器
Abstract
This procedure is a small FTP server system, carrying out most functions that FTP server should have, including the logging of the customer, document of up load, download, delete, the choice data delivers the mode, the catalogue choice...etc., and hint homogonously for . Pass the development of that procedure, carried out the function that a FTP server should have basically, can explain the general order of FTP, and match the norm of RFC959.The design of this software, namely analytical from the need, the software designs the software function to carry out, all following the thought and the method of the software engineering always. It adopted a great deal of chart in this text elucidation, make article definitely clear, then with read and comprehend.
This procedure adopts the VC++6.0 conduct and actions development tool, design step adoption from a method for get down.
Key words: upload; download; VC++; FTP server
目錄
摘要…………………………………………………………………………………………I
Abstract…………………………………………………………………………………II
前言…………………………………………………………………………………………1
第1章 FTP協(xié)議與原理…………………………………………………………………2
1.1 FTP簡(jiǎn)介…………………………………………………………………………2
1.2 FTP的工作原理…………………………………………………………………2
1.3 FTP運(yùn)行原理……………………………………………………………………3
1.4 FTP文件傳輸連接類型…………………………………………………………5
第2章 開發(fā)環(huán)境及工具介紹……………………………………………………………8
2.1 C語(yǔ)言概述………………………………………………………………………8
2.2 VC++介紹…………………………………………………………………………8
2.3 VC++6.0集成開發(fā)環(huán)境…………………………………………………………8
2
總結(jié)
以上是生活随笔為你收集整理的毕业设计(论文)-c++小型ftp服务器系统【毕业论文】.doc,毕业设计(论文)-C++小型FTP服务器系统.doc...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 网站服务器挂了导致排名下降,常见关键词排
- 下一篇: C++Primer 中文版第5版 习题3