Skip to content

Computer Network, 2020 Fall, NTU: Homework 2 - Simple Network Storage System

Notifications You must be signed in to change notification settings

lydia7635/CN2020-Homework_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CN2020-Homework2 - Simple Network Storage System

Usage

$ make

產生 server 與 client 執行檔。

$ ./server <port>
$ ./client <ip>:<port> # another terminal

分別開啟 server 與 client

Functions

  • watch a video
    play <videofile>
    
  • upload files
    put <filename>
    
  • download files
    get <filename>
    
  • list files
    ls
    

About

Computer Network, 2020 Fall, NTU: Homework 2 - Simple Network Storage System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published