搜索资源列表
java_ftp
- java实现的ftp客户端及服务端,ftp的基本功能。服务端加入命令控制-java achieve the ftp client and the server, ftp's basic functions. Server to control orders
ftp6
- java实现ftp的访问客户端资源 Java应用程序环境的安全策略,对于不同的代码所拥有的不同资源的许可,它由一个Policy对象来表达。
FTPApp
- java实现的 ftp 服务器 ftp客户端 实例代码,
JavaFTPClient
- 一个ftp客户端程序,实现上传下载全部功能,纯java实现。-An ftp client program, the realization of uploading and downloading all of the features, the realization of pure java.
sftp
- 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.
EmptyFrame
- 简单java实现的FTP客户端,可以实现最简单的2个功能,上传和下载。-Easy java implementation of the FTP client, you can achieve the most simple two features, uploading and downloading.
ftp
- FTP客户端 实现了客户端与FTP服务器的连接。可以上传,下载文件-FTP client
Ftp
- Java的ftp实现 包含客户端和服务器端 -ftp program coding with java include the client and server using multThread
Ftp
- 用纯Java语言编辑的简单ftp客户端,可以实现简单的上传下载功能-Pure Java language editor simple ftp client, can be achieved simply uploading and downloading functionality
ftpTest
- ftp客户端 可以使用特有的API实现上传文件,并且创建唯一文件夹进行传送-ftp client
ftpdirectorylist
- ftp 客户端源程序,可以列出ftp站点下所有文件的目录结果。java实现的ftp客户端协议。-ftp client source code
FTPJava
- Java写的FTP客户端。可以实现简单的FTP下载上传等功能,有图形界面。-FTP client written in Java. FTP download allows simple upload and other functions, a graphical interface.
ftp
- ftp客户端程序 单一的程序安装了JDK后即可运行,实现文件上传下载等功能,很不错 -java socket ftp
Ftp
- 用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.
ftp-1.2.2
- java 实现ftp客户端-achieve the java ftp client。。。。。。。。。。。。。。。
java-swing-ftp-client-program
- 本代码为基于java swing的ftp客户端程序开发,主要实现ftp登录等功能-The code for java swing ftp client program development, the main ftp login
JAVA_ftp
- java语言实现的ftp客户端,支持上传,下载,功能还不是很完善 ,适合初学者-ftp client, java language support upload, download, function is not perfect, for beginners
ftp4j-1.5.1
- 纯java实现的FTP客户端类库,可在程序中直接调用,使用FTP传送文件-Pure java implementation of FTP client library can be called directly in the program, using FTP to transfer files
USEFTPAPPLET.JAVA
- Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。 Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 Sto
FTPClientForJava
- 该FTP客户端是用java swing写的,使用时需要自己配置服务器,实现FTP客户端上传下载等功能(The FTP client is written in Java swing, when using the need to configure the server, realize the FTP client uploads and downloads, etc.)