Home

Main
FSP Servers
FSP Software
FSP Downloads

FSP project
FSP Team
Testers needed
Open tasks
Wizards vs CSH

Mailing lists
Bug Tracker

FSP Documents
Purpose
History
Articles
Today
Future
INFO
FAQ Old | New
FSP Protocol
Quotes

FSP suite
Browse Code
Copyright
Changelog
TODO
Open Hub page

Java library
Browse Code
API
READ.ME
Changelog
Open Hub Page

FSP C library
Browse Code
README
NEWS
Changes
TODO
Open Hub page

FSP proxy
Browse Code
READ.ME
Changelog

PyFSP
Browse Code

FSP entry in
GNU dir
Wikipedia

My projects
FSP Client
Download Machine
Smart Cache
SC Loader
Old programs

SF Logo

FSP software suite

FSP suite is the most important package for supporting FSP protocol. FSP software suite is set of:

  1. fspd - the FSP protocol server
  2. fspscan - the FSP port scanner
  3. set of programs for accessing FSP site

fspd

If you want to host/server files you need to run FSP daemon. FSP daemon can be run from inetd or standalone.

fspscan

This program is well known FSP port scanner coded by Cuda in late ‘92. It is known as FSP exploit. This program scans ports on target host and checks if fspd is running there. This program is quite slow, so scanning one host can take some time.

fsp clients

Last part of FSP software suite is set of executables for accessing fsp site. Most important programs are: flscmd – lists a directory, fgetcmd – download a file, fcdcmd – changes directory. There is a shell script setup.sh/setup.csh which should be sourced before using there commands in shell.

Some people find that using fspclient is easier for them.