Add netcat to alternative section

This commit is contained in:
Sven-Hendrik Haase 2018-05-17 15:59:10 +02:00 committed by GitHub
parent eb189f7b47
commit 40d6821add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).