File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## Simple Usage
12
12
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
17
16
18
17
## Features
19
18
20
19
` st ` offers a convenient and quick method for file transfer within a local network.
21
20
22
- - Discovers hosts within a local network
23
- - Transfers files via HTTP
21
+ - Auto discover hosts within a local network
24
22
- Provides a web page access method for file transfer
23
+ - Folders transfer support
25
24
26
25
## Installation
27
26
@@ -40,8 +39,8 @@ go install github.com/chyok/st@latest
40
39
` st `
41
40
start transer server, waiting transfer.
42
41
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 .
45
44
46
45
` st -p [port] `
47
46
manually specify the service port, the default is 9999.
You can’t perform that action at this time.
0 commit comments