Coder Social home page Coder Social logo

ftp's Introduction

FTP文件服务器

1. 功能

【1】 分为服务端和客户端,要求可以有多个客户端同时操作。  
【2】 客户端可以查看服务器文件库中有什么文件。  
【3】 客户端可以从文件库中下载文件到本地。  
【4】 客户端可以上传一个本地文件到文件库。  
【5】 使用print在客户端打印命令输入提示,引导操作

2. 思路分析

【1】技术点分析
     并发模型 多线程并发模式
     数据传输 TCP传输  

【2】结构设计  
    客户端发起请求,打印请求提示界面
    文件传输功能封装为类   

[3】功能分析
    网络搭建
    查看文件库信息
    下载文件
    上传文件
    客户端退出

【4】协议
    L 表示请求文件列表
    Q 表示退出
    G 表示下载
    P 表示上传

ftp's People

Contributors

cx2810 avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.