首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ubuntu nc传输资料

2012-07-01 
ubuntu nc传输文件ubuntu跨网段传输文件发送端:nc ip:port fileip,port为接收方的ip及端口比如:nc 10.1.

ubuntu nc传输文件

ubuntu跨网段传输文件

发送端:

nc ip:port < file

ip,port为接收方的ip及端口

比如:

nc 10.1.40.46:9999 < hadoop.tgz

接受方:

nc -l 9999 > hadoop.tgz

?

具体用法可以参考man手册

热点排行