由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - command line socket tools
相关主题
CGI之Perl Script一问Key in Shared Memory
help!!! pipe programhelp on sed
unix下编译fortran 的错误太多,看不到怎么办?关于emacs一问。
a socket question[转载] 请教
问一个通过socket 获得request source IP的问题有没有四舍无入的函数?
Is it possible to bind several sockets to 1 port?帮帮忙,用C作一个SHELL
紧急求助!问一个关于at的问题
a difficult questionhow to redirect error output under unix
相关话题的讨论汇总
话题: host话题: port话题: socket话题: command话题: tools
进入Unix版参与讨论
1 (共1页)
p******f
发帖数: 162
1
I am after some command line tools for send or receive data through
TCP socket. e.g.
send ... # send files or STDIN to a host:port
receive # read data from host:port and print to STDOUT
This should be very useful and easy to implement. Instead of reinvent
the wheels i would like to know whether somebody has done that before.
xi
发帖数: 1678
2
netcat
and a lot clones
they seem suit your needs

【在 p******f 的大作中提到】
: I am after some command line tools for send or receive data through
: TCP socket. e.g.
: send ... # send files or STDIN to a host:port
: receive # read data from host:port and print to STDOUT
: This should be very useful and easy to implement. Instead of reinvent
: the wheels i would like to know whether somebody has done that before.

1 (共1页)
进入Unix版参与讨论
相关主题
how to redirect error output under unix 问一个通过socket 获得request source IP的问题
How to merge stdout and stderrIs it possible to bind several sockets to 1 port?
[转载] Re: freopen紧急求助!
what's wrong with this ftp batch file?a difficult question
CGI之Perl Script一问Key in Shared Memory
help!!! pipe programhelp on sed
unix下编译fortran 的错误太多,看不到怎么办?关于emacs一问。
a socket question[转载] 请教
相关话题的讨论汇总
话题: host话题: port话题: socket话题: command话题: tools