FSPLIB is implementation of an FSP (file service protocol) stack written in C. The library API is very easy to use because it is modeled after the POSIX API. You can use this library for adding FSP support to any C/C++ program.
| Tags | Internet FTP Software Development Libraries file transfer |
|---|---|
| Licenses | MIT/X |
| Operating Systems | POSIX |
| Implementation | C SCons |
| Translations | English |
Recent releases


Release Notes: The SCons build system was fixed. The library name is now libfsplib.a, as it used to be in libtool days. A shared library can now be optionally built.


Release Notes: GNU autoconf support was removed, so now SCons is the only build system used. fsp_open_session now sets errno. A possible NULL dereference was fixed.


Release Notes: This release fixes three buffer overflows exploitable by the FSP server. Strings sent by the FSP server are now checked for \0 terminators before use.


Release Notes: A buffer overflow has been fixed.


Release Notes: Two missing system include headers were added to fsplib.h.