All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.inet.tftp.Tftp

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

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

Mark Benvenuto
Java JDK 1.2.1

A TFTP client 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:
TftpConnection

Method Index

 o main(String[])
Creates an instance of Tftp and passes the current command line parameters to it

Methods

 o main
 public static void main(String args[])
Creates an instance of Tftp and passes the current command line parameters to it

See Also:
Tftp

All Packages  Class Hierarchy  This Package  Previous  Next  Index