Skip to content

TFTP Client specific to RFC 1350. Can download multiple files in a single command.

Notifications You must be signed in to change notification settings

mandeepshetty/TFTPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Compile with javac *.java
Run with java TFTPClient.
No command line arguments expected.

connect to a server with: connect <server_name>

To download a file type: get <filename> <filename>.... <filename>
Can download multiple files with single command.

quit to quit.






About

TFTP Client specific to RFC 1350. Can download multiple files in a single command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages