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
-
Tftpd()
- Constructs a new Tftpd server
-
getLogWriter()
- Gets the PrintStream attached to the current log stream
-
main(String[])
- Creates a Tftpd server and start processing connections
-
processConnections()
- Main Server Loop.
-
readString(byte[], int)
-
Tftpd
public Tftpd()
- Constructs a new Tftpd server
getLogWriter
public PrintStream getLogWriter()
- Gets the PrintStream attached to the current log stream
processConnections
public void processConnections()
- Main Server Loop. Processes all incoming RRQ/WRQ requests
and spawns necessary TftpServerConnections
- See Also:
- TftpServerConnection
readString
protected String readString(byte rs[],
int off)
main
public static void main(String args[])
- Creates a Tftpd server and start processing connections
All Packages Class Hierarchy This Package Previous Next Index