Skip to content

Commit b418c05

Browse files
committed
Update README
1 parent 37c3abb commit b418c05

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@
1010

1111
## Simple Usage
1212
Device A: `st`
13-
Device B: `st xxx.txt` transfer file to A
14-
15-
Device A: `st` (will show `server address: http://192.168.31.16:9999`)
16-
Device B: open `http://192.168.31.16:9999` and upload file
13+
Device B: `st xxx.txt` transfer file to A
14+
Device B: `st /opt/bin` transfer bin folder to A
15+
Device B: open `http://192.168.31.16:9999(show in A)` and upload file to A
1716

1817
## Features
1918

2019
`st` offers a convenient and quick method for file transfer within a local network.
2120

22-
- Discovers hosts within a local network
23-
- Transfers files via HTTP
21+
- Auto discover hosts within a local network
2422
- Provides a web page access method for file transfer
23+
- Folders transfer support
2524

2625
## Installation
2726

@@ -40,8 +39,8 @@ go install github.com/chyok/st@latest
4039
`st`
4140
start transer server, waiting transfer.
4241

43-
`st [filename]`
44-
transfer file to all servers on the intranet.
42+
`st [filename|foldername]`
43+
transfer file or folder to all servers on the LAN.
4544

4645
`st -p [port]`
4746
manually specify the service port, the default is 9999.

0 commit comments

Comments
 (0)