Skip to content

Commit

Permalink
增加使用方式
Browse files Browse the repository at this point in the history
  • Loading branch information
ywanbing committed May 31, 2022
1 parent 2a04974 commit b951eba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# ft
big file transfer, only support LAN

### Use

```text
example :
start server : ./ft -new server -dir ./ -addr 0.0.0.0:8000
start client : ./ft -new client -dir ./ -addr 127.0.0.1:8000 -file 111.txt
```

0 comments on commit b951eba

Please sign in to comment.