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


Changes: 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.


Changes: 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.


Changes: 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.


Changes: A buffer overflow has been fixed.


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