From ac79e2cb173c70d065b184cf4651ca6414c28d09 Mon Sep 17 00:00:00 2001 From: kishan62435 <72201430+kishan62435@users.noreply.github.com> Date: Thu, 15 Oct 2020 22:16:33 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23456b6..d29d900 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ TerminalVelocity ================ Purpose of this project is to download a large file in .net as fast as possible. Think of curl, but only for downloading large files multi-threaded and as fast as possible. - +That makes things real quick and easy. This specifically only works with file download over http/https with servers that [accept byte range requests](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). Specifically we only support the Range: bytes={start}-{end} header. Even more specific, this has mainly been used and tested against Amazon S3's http endpoints. ![](http://www.marerico.com/moviepictures/Terminal_Velocity.jpg) From 537b03181353e6cdbcec5b9f7ccead0bb3219b2a Mon Sep 17 00:00:00 2001 From: woulfblack <56440978+woulfblack@users.noreply.github.com> Date: Thu, 15 Oct 2020 22:22:29 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d29d900..c66c985 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ That makes things real quick and easy. Mono has no SSL certs by default. Easiest way to add support is to do this: sudo /usr/local/bin/mozroots --machine --import --sync +yo yo ..... +