FSP Client is single executable client for the FSP protocol. FSP Client uses an FTP-like user interface. It feels like FTP, but under the hood it uses FSP. FSP is a UDP-based protocol for transfering files around, and was designed for anonymous archives.
| Tags | Internet FTP Utilities FSP udp |
|---|---|
| Licenses | MIT/X |
| Operating Systems | POSIX |
| Implementation | C |
| Translations | English |
Recent releases


Changes: Slower retries on fatal network errors. The build system has been changed to SCons, a compilation problem on some systems fixed, and the man page updated.


Changes: In fsprc, wrack was removed, and decss and another FSP site were added. Statistics printing in the stat command was fixed. Hammering of FSP sites that are down is now avoided.


Changes: Keeps timeout settings after sending CC_BYE. Support has been added for maxdelay (300s), defaultmaxdelay (60s), and the environment variable FSP_MAXDELAY. The scons build framework has been added. Errors in packet debug prints have been fixed. The network security of the protocol has been improved. A directory listing parsing bug has been fixed.


Changes: Support for large FSP packets, so it can have higher transfer speeds now (command buffer). Locking has been improved again, and locking type is now build-time configurable. The directory listing has been corrected in cases where the server sends packets smaller than 1024 bytes.


Changes: Shared memory is now correctly detected by configure. Locking has been changed to be fully compatible with FSP 2.8.1 beta 22. A BYE command is sent to the server on exit. setpro and rename commands have been updated to match the latest specification of FSP v2. Upload timestamping is now supported.