Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 713 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 713 Bytes

A simple TFTP Client in java.

Running instructions

Compile all the java files first:

javac *.java

Run TFTPClient.java which contains the main method.

java TFTPClient.java

TFTP Client Usage instructions.

Available commands:

Command args desc
connect URL URL to remote tftp server (e.g glados.cs.rit.edu on port 69)
mode octet or netascii set the transfer mode (default octet)
get filename receive file
quit exit tftp
? print help