aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-05-17 13:59:10 +0000
committerGitHub <noreply@github.com>2018-05-17 13:59:10 +0000
commit40d6821addf63ed6672708ccfe97a4dd2a1a7c9b (patch)
tree36bd89bf1bebe0d44cbae1efe860d6843534ece8
parentUpdate README.md (diff)
downloadminiserve-40d6821addf63ed6672708ccfe97a4dd2a1a7c9b.tar.gz
miniserve-40d6821addf63ed6672708ccfe97a4dd2a1a7c9b.zip
Add netcat to alternative section
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48a46a3..a51faff 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,4 @@ Sometimes this is just a more practical and quick way than doing things properly
- darkhttpd: Not easily available on Windows and it's not as easy as download and go.
- Python built-in webserver: Need to have Python installed, it's low performance, and also doesn't do correct MIME type handling in some cases.
+- netcat: Not as convenient to use and sending directories is [somewhat involved](https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/).