boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - command line socket tools
相关主题
CGI之Perl Script一问
help!!! pipe program
unix下编译fortran 的错误太多,看不到怎么办?
a socket question
问一个通过socket 获得request source IP的问题
Is it possible to bind several sockets to 1 port?
紧急求助!
a difficult question
Key in Shared Memory
help on sed
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
help on sed
关于emacs一问。
[转载] 请教
有没有四舍无入的函数?
帮帮忙,用C作一个SHELL
问一个关于at的问题
how to redirect error output under unix
How to merge stdout and stderr
[转载] Re: freopen
what's wrong with this ftp batch file?
相关话题的讨论汇总
话题: host话题: port话题: socket话题: command话题: tools