Skip to content

tiggreen/java-tftp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple TFTP Client in Java. RIT Graduate "Computer Networks" course project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages