搜索资源列表
-
0下载:
ftp 客服端和服务器端,JAVA编写,包括源代码和文档,ftp client and server-side service, JAVA development, including source code and documentation
-
-
0下载:
这是用java编写的用UDP协议的模拟FTP客户端和服务器的程序。-This is prepared to use java simulation using UDP protocol FTP client and server procedures.
-
-
1下载:
用Java编写的ftp服务器,客户端通过Windows的命令行访问FTP服务器,实现对FTP命令user、pass、dir、get的支持。即用户注册、显示服务器端的文件列表、下载文件等-Ftp server written using Java client access via Windows command line FTP server, FTP command to realize the user, pass, dir, get support. The user registrati
-
-
0下载:
JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。-JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.
-
-
0下载:
ftp server and ftp client
-
-
1下载:
Java的ftp实现
包含客户端和服务器端
-ftp program coding with java
include the client and server
using multThread
-
-
0下载:
The zip file contains the source code of a ftp client and server employing java language.
-
-
0下载:
FTP server and client coded in JaVa.
-
-
0下载:
ftp的server和client的代码 比较简单-ftp
-
-
0下载:
这个ftp客户端程序分为两个部分,均是j2se写成。Ftpls.java用于匿名登录ftp服务器,显示主目录。FtpTest.java用于上传下载单个flv视频文件,支持中文上传下载,可在命令行随机制定路径上传下载。-The ftp client program is divided into two parts, which were written in j2se. Ftpls.java ftp server for anonymous login to show your home di
-
-
0下载:
FTP demo, FTP client access to FTP server, anh upload/download file.
-
-
0下载:
this the complete java base FTP client(GUI). you can connect any FTP server .-this is the complete java base FTP client(GUI). you can connect any FTP server .
-
-
1下载:
用Java实现的ftp上传,下载,多线程功能。并且带有图形界面。分为客户端Client和服务器端Server。-Java implementation of the ftp upload, download, multi-threading capability. And with a graphical interface. Divided into client Client and server-side Server.
-
-
0下载:
java FTP客户端程序具有FTP客户端所要求的上传,下载,文件列表,连接服务端等功能。-Java FTP client program required by the FTP client, upload, download, file list, the connection server.
-
-
0下载:
用java编写的FTP服务器、客户端。服务器底层采用apache FTPserver的JAR包。客户端底层采用sun.net包。两者都可以独立使用。在myeclipse10.6里面编写,java版本是1.6。是高级计算机网络课的最后的大作业,学长只能帮你们到这了。-FTP server using java client. Server using apache FTPserver underlying the JAR package. Underlying client uses sun.ne
-
-
0下载:
摘要:Java源码,网络相关,FTP
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。
-
-
0下载:
简单的FTP服务器与客户端:支持命令:? ls get
服务器端:1,服务器accept 多个客户socket, 使用【多线程】2,每个接受上来的客户socket,只对应【单线程】处理各类请求即可!
客户端:客户端多线程: 1个负责 请求发送,另1个负责 接收服务器的反馈信息-ftpdemo, a simple ftp java programe!
Server: ServerSocket accept socketAgentThread
FtpServer server =
-
-
0下载:
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 -Java prepared to achieve
-
-
0下载:
Java源码,网络相关,FTP
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。
Sto
-
-
0下载:
ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j is an FTP client Java library that implement
-