Archives mensuelles : février 2012

Doing TCP/HTTP with Bash

Bash have the ability to do I/O on TCP sockets through the special file « /dev/tcp/<host>/<port> ». Here is a simple setup that demonstrate this capability by implementing a simple HTTP client.

Publié dans code | Laisser un commentaire