当前位置: 首页 > OpenSource > 正文
一个比较好用的java开源ftp插件–edtFTPj
Jan202008
作者:u2 发布:2008-01-20 22:35 分类:OpenSource 1条评论
1. Introduction
edtFTPj/Free is the most popular Java FTP client library available today. Robust, fast and with an extensive API, it provides a solid foundation for developers who require FTP functionality in their Java applications. Full source code is included.
This document provides an overview of the package and links to documentation and examples.
2. Features
edtFTPj/Free’s many features include:
- Rock-solid FTP transfers.
- Passive and active modes are supported (PASV and PORT).
- Resuming of interrupted binary transfers supported.
- Progress monitoring of data transfers.
- FTP streams
主页如下: http://www.enterprisedt.com/products/edtftpj/overview.html
edtFTPj是一个FTP客户端包它可以嵌入到应用程序中以便以提供FTP的功能.它提供一些方法如:put(),get(),chdir(),dir()与pwd()等来完成FTP的功能。
API讲的比较详细,其提供的ftp传输包括文件和流的方式比较方便,并且在远程目录的处理上有自己的独到之处。
强烈推荐使用。
本文固定链接: https://www.2hei.net/2008/01/20/javaftpedtftpj/ | 2hei.net