Socket Listener (on Linux) -


i'm searching way listen specific port on specific ip , dump incoming data.

it has work on linux, perferrably comes debian package if have compile thats fine to.

would nice if data gets stored in mysql database, file ok to.

thanks!

use command

 nc -l hostname 10000  > op.txt 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -