Class Mtftp
java.lang.Object
|
+----Mtftp
- public class Mtftp
- extends Object
Mark's TFtp Client
Trival File Transfer Protocol (RFC 1350)
Mark Benvenuto
Java JDK 1.1.5
A TFTP client conforming to TFTP prtocol version 2 (RFC 1360)
Under GNU License Version 2.
Version History
Check NEWS & ChangeLog files
- Version:
- 0.4
- Author:
- Mark Benvenuto
- See Also:
- MtftpConnection
-
main(String[])
- Creates an instance of MTftp and passes the
current command line parameters to it
main
public static void main(String args[])
- Creates an instance of MTftp and passes the
current command line parameters to it
- See Also:
- Mtftp