Skip to content

Commit

Permalink
doc: add README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
alipourhabibi committed Nov 1, 2023
1 parent c5593f7 commit 3a0c274
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http-downloader
A very simple http downloader written with syscall, which can handle downloading in chunks

## compose
you first need to put your files in /tmp/nginx
```sh
$ docker compose up -d
$ docker exec -it HTTPDL_CONTAINER sh
# ./httpdl YOUR_HOST_IP 80 FILENAME
```

0 comments on commit 3a0c274

Please sign in to comment.