Giter Club home page Giter Club logo

lftp's Introduction

LFTP

实现一个网络应用LFTP, 用于互联网中的两台电脑的大文件传输。


介绍

  1. 服务模型为CS模型(客户端-服务端) 
  2. 包含一个客户端程序和一个服务端程序,客户端程序既可以往服务端发送文件,也可以从服务端下载文件(支持大容量文件)。
    发送文件:
    LFTP lsend myserver mylargefile
    下载文件:
    LFTP lget myserver mylargefile
    参数 myserver可以是url地址或者ip地址
  1. LFTP 使用UDP传输层协议
  2. LFTP 可以像TCP一样实现100%可靠
  3. LFTP 实现了与TCP类似的流控制功能
  4. LFTP 实现了与TCP类似的阻塞控制功能
  5. LFTP 服务端可以同时服务多个客户
  6. LFTP 程序在运行时可以提供有意义的debug信息

设计文档

设计文档.md


测试文档

测试文档.md


lftp's People

Contributors

chensm9 avatar

Watchers

James Cloos 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.