You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,22 @@ hget -proxy "http://sample-proxy.com:8080" URL # to download using http proxy
25
25
hget -file sample.txt # to download a list of files
26
26
```
27
27
28
+
### Help
29
+
```
30
+
[I] ➜ hget -h
31
+
Usage of hget:
32
+
-file string
33
+
filepath that contains links in each line
34
+
-n int
35
+
connection (default 16)
36
+
-proxy string
37
+
proxy for downloading, ex
38
+
-proxy '127.0.0.1:12345' for socks5 proxy
39
+
-proxy 'http://proxy.com:8080' for http proxy
40
+
-skip-tls
41
+
skip verify certificate for https (default true)
42
+
```
43
+
28
44
To interrupt any on-downloading process, just ctrl-c or ctrl-d at the middle of the download, hget will safely save your data and you will be able to resume later
0 commit comments