ダウンロードリスト

プロジェクト概要

ftp4j は、フル機能を備えた FTP クライアントを実装する Java ライブラリです。Ftp4j は、アプリケーションに埋め込まれた、(アップロードとダウンロード) ファイルを転送することができますリモート FTP サイト (ディレクトリの含まれている一覧) を参照、作成、削除、名前の変更、およびリモートのディレクトリやファイルを移動します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-12-29 06:53
1.7

FTP コネクタ アーキテクチャでは変更されました。FTPConnector インターフェイスは、もはや: それ今認識して接続のタイムアウトを実装する抽象クラスです。接続、読み取り、および閉じる操作のタイムアウトは、呼び出し元によって設定できます。リモート FTP サーバーへの接続試行今、FTPClient のブランドの新しい abortCurrentConnectionAttempt() メソッドを呼び出す中止することができます。また、HTTPTunnelConnector ではバグを修正します。
タグ: Enhancements, Bugfixes, Stable
A change has been made in the FTP connectors architecture. FTPConnector is no longer an interface: it is now an abstract class implementing timeout aware connections. Timeouts for connection, read, and close operations can be set by the caller. A connection attempt to a remote FTP server can now be aborted, calling the brand new abortCurrentConnectionAttempt() method in FTPClient. Moreover, a bug has been fixed in the HTTPTunnelConnector.

2011-08-26 19:26
1.6.1

"REST 0"コマンドへの応答"ポリシーで許可されていない502コマンドのREST"と"サーバの設定と互換性がない501 RESTは、"エラーとして処理されなくなりました。これは、サーバーの種類の大きい数にライブラリの互換性を拡張します。各SIZEコマンドは、現在ライブラリの互換性を拡張し、TYPE Iコマンドが付加されます。いくつかの拡張機能は、リモートのファイルリストのルーチンに適用されている。最後に、タイムゾーンの問題がUnixListParserとNetWareListParserで解決されています。
タグ: Stable, Bugfixes, Enhancements
The "502 Command REST not allowed by policy" and "501 REST not compatible with server configuration" responses to the "REST 0" command are no longer treated as errors. This extends the library compatibility to a greater number of server types. Each SIZE command is now preceded by a TYPE I command, extending the library compatibility. Several enhancements have been applied in the remote file list routine. Finally, a timezone issue has been solved in UnixListParser and NetWareListParser.

2011-01-08 07:32
1.6

モードのアップロードを追加するためのサポートは、FTPESは現在、必要に応じて大容量のファイル転送が高速化され適用されますが追加されました。
タグ: Stable, Enhancements
Support for append mode uploads has been added, FTPES is now enforced when required, and large file transfers are now faster.

2010-05-30 22:35
1.5.1

RESTコマンドのサポートの互換性が強化されました。
タグ: Stable, Enhancements
The REST command support compatibility has been enhanced.

2010-03-12 08:27
1.5

サポートMLSDディレクトリ一覧モード用に追加されている圧縮されたデータの転送(モードZ)は、。また、ライブラリに自動NOOPの機能は、サーバーにNOOPコマンドを送信することができますが含まれてたびに、非アクティブタイムアウトが発生します。受動的なデータ転送用のライブラリの動作が変更されています。クライアントは、もはや信頼関係は、IPアドレスは、サーバーがPASVコマンドへの応答で返されます。 HTTPTunnelConnector、改善されており、完全なHTTP 1.1に準拠されます。日付のバグ解析UnixListParserとNetWareListParserコンポーネントが修正されました。
タグ: Stable, Enhancements, Bugfixes
Support has been added for the MLSD directory listing mode and for compressed data transfers (MODE Z). The library also includes an auto-noop feature, which can send a NOOP command to the server every time an inactivity timeout occurs. The library behaviour for passive data transfers has been changed. The client no longer trust the IP address returned by the server in response to a PASV command. The HTTPTunnelConnector has been improved, and is fully HTTP 1.1 compliant. A date parsing bug was fixed in the UnixListParser and NetWareListParser components.

プロジェクトリソース