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
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/
27
27
28
28
```bash
29
29
hget [-n parallel] [-skip-tls false] [-rate bwRate] [-proxy proxy_server] [-file filename] [URL] # to download url, with n connections, and not skip tls certificate
30
-
hget tasks # get interrupted tasks
31
-
hget resume [TaskName | URL] # to resume task
30
+
hget - resume TaskName # to resume task
32
31
hget -proxy "127.0.0.1:12345" URL # to download using socks5 proxy
33
32
hget -proxy "http://sample-proxy.com:8080" URL # to download using http proxy
34
33
hget -file sample.txt # to download a list of urls
proxy for downloading, e.g. -proxy '127.0.0.1:12345' for socks5 or -proxy 'http://proxy.com:8080' for http proxy
55
52
-rate string
56
-
bandwidth limit to use while downloading, ex
57
-
-rate 10kB
58
-
-rate 10MiB
53
+
bandwidth limit during download, e.g. -rate 10kB or -rate 10MiB
54
+
-resume string
55
+
resume download task with given task name (or URL)
59
56
-skip-tls
60
-
skip verify certificate for https (default true)
57
+
skip certificate verification for https (default true)
61
58
```
62
59
63
60
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