Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dliv3 committed Feb 11, 2019
1 parent f0f1316 commit 736764e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ You can use venom to easily proxy network traffic to a multi-layer intranet, and
```
(node 1) >>> upload /tmp/test.pdf /tmp/test2.pdf
upload /tmp/test.pdf to /tmp/test2.pdf
this file is too large(>100M), do you still want to upload? (y/n)y
this file is too large(>100M), do you still want to upload it? (y/n)y
154.23 MiB / 154.23 MiB [========================================] 100.00% 1s
upload file successfully!
```
Download node1's file /tmp/test2.pdf to your local /tmp/test3.pdf
```
(node 1) >>> download /tmp/test2.pdf /tmp/test3.pdf
download /tmp/test2.pdf from /tmp/test3.pdf
this file is too large(>100M), do you still want to download? (y/n)y
this file is too large(>100M), do you still want to download it? (y/n)y
154.23 MiB / 154.23 MiB [========================================] 100.00% 1s
download file successfully!
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ Venom可将多个节点进行连接,然后以节点为跳板,构建多级代
```
(node 1) >>> upload /tmp/test.pdf /tmp/test2.pdf
upload /tmp/test.pdf to /tmp/test2.pdf
this file is too large(>100M), do you still want to upload? (y/n)y
this file is too large(>100M), do you still want to upload it? (y/n)y
154.23 MiB / 154.23 MiB [========================================] 100.00% 1s
upload file successfully!
```
将node1的文件/tmp/test2.pdf下载到本地的/tmp/test3.pdf
```
(node 1) >>> download /tmp/test2.pdf /tmp/test3.pdf
download /tmp/test2.pdf from /tmp/test3.pdf
this file is too large(>100M), do you still want to download? (y/n)y
this file is too large(>100M), do you still want to download it? (y/n)y
154.23 MiB / 154.23 MiB [========================================] 100.00% 1s
download file successfully!
```
Expand Down

0 comments on commit 736764e

Please sign in to comment.