搜索资源列表
JAVA-FTP-SERVER
- FTP(File Transfer Protocol 文件传输协议)是Internet 上用来传送文件的协议-FTP (File Transfer Protocol, File Transfer Protocol) is Inte campus on the transmission of documents to the agreement
java_ftpServer
- 用java写的ftp服务器程序,代码写的非常清晰易懂,几乎实现了所有的ftp server规范的要求,此可以根据此程序来实现自己特殊的功能,亦可以用作学习java服务期开发的典范。此程序为公司开发项目代码。
FTP.rar
- ftp 客服端和服务器端,JAVA编写,包括源代码和文档,ftp client and server-side service, JAVA development, including source code and documentation
FTP
- ftp server and ftp client
FTPdownload
- java模仿FTP下载的服务端程序代码 包括说明-java imitate FTP server to download the program code including a descr iption of
ftpserver-1.0.0-src
- Apache FtpServer是一个100 %纯Java的FTP服务器。它被设计为一个基于现有开放式协议基础上,完整,小巧的FTP服务器引擎解决方案。此外,FtpServer还可以作为Windows服务器、Unix / Linux后台程序或是被嵌入在Java应用程序而独立运行。 -Apache FtpServer is a 100 pure Java' s FTP server. It is designed as an agreement based on the existin
ftp_project
- The zip file contains the source code of a ftp client and server employing java language.
Ftp Server
- java网络编程 FTP服务器 多线程-java network programming multi-threaded FTP server
FTP
- FTP server and client coded in JaVa.
FTP
- FTP demo, FTP client access to FTP server, anh upload/download file.
FTP_client218245672010
- 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 .
ftp
- 用Java实现FTP自动下载,需指定FTP服务器地址、登录名和密码。-FTP with Java implementation to automatically download, specify the FTP server address, login name and password.
Automail
- 自动发生报表邮件的程序,自动到FTP server 读取XML文件信息,按照格式,生成报表,然后自动发送邮件。-send report by mail automatically, the program will read the xml file information from the FTP server, generate the report according to the format, then sent the mail to the corresponding mail l
Primax---Cliente-FTP
- Make a query in the database, then convert some point from google, wirtes on a file and upload to a ftp server
ap-ftp-java-sever
- java ftp服务器,下载上传等 够不够二十个字-java ftp server, download upload, etc.
FTP_sever-java
- FTP服务器,Java语言编写的。内附readme.doc-FTP server, the Java language.
hdfs-over-ftp-0.20.0.tar
- FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/res
ftp
- java实现简单的ftp服务器,支持文件下载,上传,删除等。-java achieve a simple ftp server that supports file download, upload, delete, etc..
USEFTPAPPLET.JAVA
- Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。 Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 Sto
java操作ftp代码
- Java操作FTP服务器,连接FTP,上传文件,删除文件,下载文件(Java operation FTP server,connect to FTP, upload files, delete files, download files)