All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.inet.tftp.Tftpd

java.lang.Object
   |
   +----gnu.inet.tftp.Tftpd

public class Tftpd
extends Object
Mark's Tftp Server
Trival File Transfer Protocol (RFC 1350)

Mark Benvenuto
Java JDK 1.1.8

A TFTP server conforming to TFTP prtocol version 2 (RFC 1360)
Under GNU License Version 2.

Version History

Check NEWS & ChangeLog files

Version:
0.7
Author:
Mark Benvenuto
See Also:
TftpServerConnection

Constructor Index

 o Tftpd()
Constructs a new Tftpd server

Method Index

 o getLogWriter()
Gets the PrintStream attached to the current log stream
 o main(String[])
Creates a Tftpd server and start processing connections
 o processConnections()
Main Server Loop.
 o readString(byte[], int)

Constructors

 o Tftpd
 public Tftpd()
Constructs a new Tftpd server

Methods

 o getLogWriter
 public PrintStream getLogWriter()
Gets the PrintStream attached to the current log stream

 o processConnections
 public void processConnections()
Main Server Loop. Processes all incoming RRQ/WRQ requests and spawns necessary TftpServerConnections

See Also:
TftpServerConnection
 o readString
 protected String readString(byte rs[],
                             int off)
 o main
 public static void main(String args[])
Creates a Tftpd server and start processing connections


All Packages  Class Hierarchy  This Package  Previous  Next  Index