Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ywanbing committed Sep 10, 2022
2 parents e7e53ed + b951eba commit cf9c0b7
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 cf9c0b7

Please sign in to comment.