搜索资源列表
Clientapp
- 用java编写的简单的客户端代码,很使用-prepared with a simple client code, the use of very
receiveServerapplicationSource
- 一个用java编写的小的服务器程序,可以用telnet命令访问!有一定的参考价值.-prepared with a small server program, you can use telnet commands to access! There will be some reference value.
jsch-0.1.29
- JSch 是SSH2的一个纯java实现。它允许你连接到一个sshd 服务器,使用端口转发,X11转发,文件传输等等。你可以将它的功能集成到你自己的 程序中。 -SSH2 JSch is a pure java. It allows you to connect to an sshd server, using port forwarding, X11 forwarding, file transfer, and so on. You can be the function integrated
java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
telnetclient
- 安装及使用须知 1、本程序要求先安装jdk和jCreator 2、在jCreator建立一个叫做telnet的工程 3、把本章目录下的所有源文件加入到这个工程中 4、在project菜单下选择project setting,在JDK profile框中单击当前的JDK, 然后选择Edit,在弹出的对话框中选add,然后选add package,将本章源代码目 录下的ipworks.jar包加入。 5、在build菜单下选择complier project 6