Downloadliste

Projektbeschreibung

ftp4j is a Java library that implements a
full-featured FTP client. With ftp4j embedded in
your application, you can transfer files (upload
and download), browse the remote FTP site
(directory listing included), and create, delete,
rename, and move remote directories and files.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-29 06:53
1.7

In der Architektur von FTP-Connectors wurde eine Änderung vorgenommen. FTPConnector ist nicht mehr eine Schnittstelle: Es ist jetzt eine abstrakte Klasse implementieren Timeout bewusst Verbindungen. Timeouts für Verbindung, lesen und schließen-Vorgänge können vom Aufrufer festgelegt werden. Ein Verbindungsversuch zu einem entfernten ftpserver kann jetzt abgebrochen werden, brandneue abortCurrentConnectionAttempt() Methode FTPClient aufrufen. Darüber hinaus wurde ein Fehler in der HTTPTunnelConnector behoben.
Tags: 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

Die "502 Befehl REST nicht durch die Politik erlaubt" und "501 REST nicht kompatibel mit Server-Konfiguration" Antworten auf die "REST 0"-Befehl nicht mehr als Fehler behandelt. Dadurch verlängert sich die Bibliothek die Kompatibilität zu einer größeren Anzahl von Server-Typen. Jeder SIZE-Kommando wird nun durch eine TYPE I-Befehl voraus, Erweiterung der Bibliothek Kompatibilität. Mehrere Erweiterungen wurden in die Remote-Datei-Liste Routine angewendet worden. Schließlich hat eine Zeitzone Thema in UnixListParser und NetWareListParser gelöst.
Tags: 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

Unterstützung für Anhänge-Modus Uploads hinzugefügt wurde, ist nun FTPES erzwungen, wenn erforderlich, und die Übertragung großer Dateien werden nun schneller.
Tags: 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

Der REST-Befehl unterstützt Kompatibilität wurde verbessert.
Tags: Stable, Enhancements
The REST command support compatibility has been enhanced.

2010-03-12 08:27
1.5

Support ist für die MLSD Verzeichnisliste Modus hinzugefügt und für die Übermittlung von Daten komprimiert (MODE Z). Die Bibliothek enthält auch eine auto-noop-Funktion, die ein NOOP Befehl an den Server senden kann, jedes Mal, wenn ein Timeout auftritt. Die Bibliothek für passive Verhalten Datenübertragungen hat sich geändert. Der Kunde kein Vertrauen mehr in die IP-Adresse vom Server zurückgegebene Antwort auf einen PASV-Befehl. Die HTTPTunnelConnector wurde verbessert und ist voll kompatibel HTTP 1.1. Ein Datum Parsen Fehler wurde in der UnixListParser und NetWareListParser Komponenten behoben.
Tags: 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.

Project Resources