Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.375.686 Times

FSPLIB 0.9

  Date Added: October 07, 2010  |  Visits: 732

FSPLIB

Report Broken Link
Printer Friendly Version


Product Homepage
Download (89 downloads)



FSPLIB project 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. Building: This software can be builded by Scons or by GNU Autotools. Scons building and installing method is prefered. If you want to use autotools, you must create ./configure first by running autoreconf -i. Scons building: run: scons [options] [install] for building/installing the library and header file. Unlike Autotools you must add build-time configure options to install target also. Build time configuration: At build time you can configure locking subsystem. There are two lock configuration options. Note: Scons do not uses leading -- before option names. Example: scons with-lockprefix=/tmp/.FSPL install --with-lockprefix=path Set lock prefix path to (default /tmp/.FSPL). Most users do not need to change it. --with-locking=none/semop/lockf Configure type of locking subsytem used. FSP library support currently 3 types of locking subsystem. none - no locking used lockf - use lockf on lock file semop - use Sys V shared memory and semaphore. Lock file will be still created because of use of ftok, but no locking is done on this file -> it can be on shared filesystem. --prefix=/path Where to install builded library and header file. Standard option. --enable-maintainer-mode=yes Compile with more debug code inside Whats New in This Release: - This release fixes three buffer overflows exploitable by the FSP server. - Strings sent by the FSP server are now checked for terminators before use..

Requirements: No special requirements
Platforms: Linux
Keyword: File File Service Protocol Fsplib Libraries Library Locking Programming Scons Service Stack Written In
Users rating: 0/10

License: Freeware Size: 18.43 KB
USER REVIEWS
More Reviews or Write Review


FSPLIB RELATED
FTP Clients  -  File Service Protocol 2.8.1b24
FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is...
337.92 KB  
Libraries  -  JBinHex 0.5
JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u or -f to specify the source BinHexed...
35.84 KB  
Networking  -  Download a file via Trivial File Transfer Protocol 1.0
The tftpy library provides simple classes for TFTP clients and servers alike. This script is as simple as installing this library, instantiating a TftpClient object, and invoking its download() method.
 
Libraries  -  Device::SerialPort::Xmodem 1.03
Device::SerialPort::Xmodem contains an Xmodem file transfer protocol for Device::SerialPort. SYNOPSIS use Device::SerialPort::Xmodem; This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended...
44.03 KB  
FTP Clients  -  JFTP2 4.0
JFTP is a graphical FTP (File Transfer Protocol) client software for transferring files from one computer to another over TCP/IP networks such as Internet. JFTP allows you to connect to every ftp server, to transfer files between multiple...
36 MB  
FTP Clients  -  NcFTP Client 3.2.1
NcFTPs purpose is to provide a powerful and flexible interface to the Internet standard File Transfer Protocol. It is intended to replace the stock ftp program that comes with the system. Although the program appears to be rather spartan, youll...
512 KB  
Libraries  -  libmilo 0.1.0
libMILO ("MILO"), is a free minimal image loading library written in C. The library is capable of loading TGA and DDS files. libmilo provides also a general purpose API for loading images as OpenGL textures. Platforms XEL is developed under...
337.92 KB  
Utilities  -  dl Download Ticket Service 0.1
dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. Ive been using this service as an email-attachment replacement for my company, but there are no plans on extending it....
10.24 KB  
File Utilities  -  YaFM 1.0.5
YaFM is a web-based file manager written in PHP and licensed under the GPL. It allows you to upload, download, view, edit, copy, move/rename, change permissions and owner group of a single file or a group of files which reside on a unix...
66.56 KB  
File Utilities  -  scytha 0.2.1
scytha project is a file manager in the style of the famous Total Commander but for Linux OS, written in Java, SWT..
4.6 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB