/Network_Application_2016

BUPT 互联网应用 2016年 课程作业及项目源代码

Primary LanguageCMozilla Public License 2.0MPL-2.0

Network_Application_2016

BUPT 互联网应用 2016年 课程作业及项目源代码


Introduction

this repo contains almost all of C source codes that I wrote during the Network Application lecture in 2016. 这是我在2016年的互联网应用课程中所写的大部分代码

  • About Project 关于项目 we were required to build a FTP PROXY under LINUX with C. If you need more details about the design and implementation, please check the project report

    课程要求在LINUX系统下使用C语言完成一个FTP代理。关于实现的具体过程,如:开发使用环境,原理,设计等细节可以参看项目报告

  • About Tutorial 关于课后作业 you can find most of the C source codes of tutorials in the tutorial folder.

    你可以在tutorial文件夹里找到大部分的C源代码。

Summary of Lecture 课程总结

This lecture focused on the Network Programming with C under LINUX. I have learned many detials about the network programming and how to build a network project (a FTP PROXY) from socket.

在本课程中学习了LINUX操作系统下的C语言网络编程许多细节知识,并从socket开始构建了一个FTP代理