Package net.sf.fsp.fsplib
Java FSP v2 protocol library
This Java library allows access to FSPv2 server and reading/writing files using FSPInput/Output Streams and FSPURLConnection.
See: Description
-
Class Summary Class Description FSPInputStream This class allows reading file from FSP server. FSPOutputStream Stream for writing file to FSP server. FSPpacket This class handles assembly and disassembly FSP packets from/to DatagramPacket. FSPprotection Class for parsing reply to CC_GET_PRO command and holding directory access information. FSPsession This class represents one live FSP session. FSPstat Class for holding result of CC_STAT command. FSPTimeoutException Thrown when FSPsession times out. FSPURLConnection class for operations on FSP URL. FSPutil Utilities for easier working with FSP. FSPversion Class for parsing reply to CC_VERSION command and holding server setup information.