登录 注册
当前位置:主页 > 资源下载 > 10 > 测试平台模块phoenix-telnetclient.zip下载

测试平台模块phoenix-telnetclient.zip下载

  • 更新:2024-06-20 10:19:26
  • 大小:2.37MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

phoenixframework平台的一个模块,用于对socketserver进行操作支持以下命令:1.!setname - setdisplayname,format: !setname=your name2.!showusers - show all users3.!showorders - show all instruct4.!start - start program ex:!start iexplore.exe5.!shell - start shell command ex:!shell sh test.sh 1116.!export - export a file ,if filepath have block,use '^' instead,ex:!export e:\test\test.txt isappend(true/false) datas7.!file - return a file content,ex:!file test.txt UTF-88.!runsh - return Linux or Windows command result,ex:!runsh svn info9.!addfilewatch - add a file watching dog,max:100,ex:!addfilewatch a.log10.!getwatchstring - return file watch string,ex:!getwatchstring a.log11.!stopfilewatch - stop a file watching dog,ex:!stopfilewatch a.log12.!scanfile - scanfile a file by keyword,ex:!scanfile a.log test 1,1:contains keyword,0:not contains13.exit - exit client,ex:exit该工具用于部署到远程机器上,既是客户端也可以作为服务端,可以通过telnet命令或socket客户端给它发送命令,它可以完成一系列远程操作。支持两种启动模式:1.java -jar TCPServer.jar 7788 ,这种模式接收一个命令一个操作方式2.java -jar TCPServer.jar 7788 monitor ,这种模式用于对一个对象持续监控,并每秒通知一次客户端,客户端连接之后,除非客户端发送停止命令,否则保持一直连接。还可以作为简单的聊天工具~~ 标签:phoenix