Downloadliste

Projektbeschreibung

FSP is a UDP-based protocol for transferring files. It has many benefits over FTP, mainly for running anonymous archives. It is usable on lines with high packet loss ratio (70% WiFi), can go behind firewalls and unnoticed by port scans (because of UDP), does not overload networks when hosting ISOs or movies, share files on modem lines without eating all of the bandwidth, and keeps lamers away from your site (they don't know how to get to it). This project is active continuation of the FSP code base (abandoned 1996-2003).

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.

2009-10-02 07:05
2.8.1 Beta 26

Dieses Release behebt einen segfault in FSP Befehlszeile Kunden auf neueren Linux-glibc. Unterstützung großer Dateien wird jetzt korrekt auf Linux-Systemen festgestellt. Upload Handling ist jetzt viel schlauer: es erlaubt reuploading des letzten Blocks, und nicht kontinuierliche Überprüfung Upload wurde verbessert. Überschreiben einen Scheck für die hochgeladenen Dateien wurde versehentlich vertauscht. Protokoll-Unterstützung für das Senden von Fehlermeldungen wurde hinzugefügt (dieses wurde oft angefragt). Zuvor waren die FSP-Protokoll unterstützt Text nur Fehlermeldungen. Code Portabilität wurde durch die Vermeidung konfigurieren Zeit für Kontrollen und lange int variablen Größen erhöht. fsetupcmd hat einen neuen Schalter-l für die Aufnahme bekannt FSP-Servern.
Tags: Minor feature additions, Documentation Updates, Portability, Major bugfixes.
This release fixes a segfault in FSP command line clients on newer Linux glibc. Large file support is now correctly detected on Linux systems. Upload handling is now much smarter: it allows reuploading of the last block, and non-continuous upload checking was improved. Overwriting a check for uploaded files was reversed by mistake. Protocol support for sending error codes has been added (this was frequently requested). Previously, the FSP protocol only supported text error messages. Code portability has been increased by avoiding configure time checks for int and long variable sizes. fsetupcmd has a new -l switch for listing known FSP servers.

2009-09-11 19:47
2.8.1b25

SCons ist nun anstelle von GNU Autotools. Die Standardpaketgröße wurde gemacht Überweisungen etwa 30% schneller gestiegen. Der Befehl rmdir funktioniert jetzt. Der Code kompiliert nun auch auf Systemen ohne großen Dateien. fsetupcmd wurde auf der fspmerge einzigen ausführbaren Client hinzugefügt und fspmerge druckt jetzt die Hilfe an. Ein Kommandozeilen-Argument fspd jetzt Vorrang vor der Konfigurationsdatei.
Tags: Minor documentation upgrades, Speedup, Minor bugfixes, Minor feature enhancements
SCons is now used instead of GNU Autotools. The default packet size was increased to made transfers about 30% faster. The rmdir command now works. The code now compiles on systems without large files. fsetupcmd was added to the fspmerge single executable client, and fspmerge now prints a help message. A command line argument to fspd now overrides the configuration file.

2005-02-20 04:12
2.8.1b24

Diese Version behebt ein Problem, wo große Pakete verwechselt FSP ältere Client-Versionen. Client-Seite wurde die Sicherheit erhöht werden: die laufende Nummer ist nun zufällig, und das empfangene filepos und Befehl in der Server-Antwort werden nun getestet. Build System-Migration von autoconf, um scons gestartet wurde und die Unterstützung für Pre-ANSI-Compiler wurde fallengelassen.
Tags: Beta, Major bugfixes
This release resolves a problem where large packages
confused older FSP client versions. Client side security was
increased: the sequence number is now random, and the
received filepos and command in the server reply are now
tested. Build system migration from autoconf to scons was
started and support for pre-ANSI compilers was dropped.

2005-01-22 16:57
2.8.1b23

Diese Veröffentlichung fügt Unterstützung großes Paket zu beschleunigen fsp, verbesserte Verzeichnisliste (es drei Mal schneller RTT jetzt), benennt send_file (), um serve_file () einen Namen auf AIX Zusammenstoß zu vermeiden, erhöht die standardmäßige Paketgröße für fspd bis 1200 Byte und fügt die neue Datei Befehl "fspsites".
Tags: Beta, Major feature enhancements
This release adds large packet support to speed fsp, improved directory
listing (it's three RTT times faster now), renames send_file() to
serve_file() to avoid a name clash on AIX, increases the default packet
size for fspd to 1200 bytes, and adds the new file command "fspsites".

2004-12-22 07:20
2.8.1b22

Die Protokoll-Dokumentation wurde für die CC_INSTALL, CC_RENAME aktualisiert und CC_SET_PRO Befehle. Codebereinigungen trat in mehreren f * Befehle. Die Standard-dirlistcache wurde auf 100 erhöht und die Standard-fp-Cache wurde auf 20 erhöht. Bugfixes wurden für 64-Bit-Systemen enthalten.
Tags: Beta, Minor bugfixes
The protocol documentation was updated for the CC_INSTALL, CC_RENAME, and CC_SET_PRO commands. Code cleanups occurred in several f* commands. The default dirlistcache was increased to 100 and the default fp cache was increased to 20. Bugfixes were included for 64-bit systems.

Project Resources