Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A TFTP server program

*How to build:

cd TFTP

make

*How to use:

sudo ./server

*Example:

//run TFTP server

sudo ./server 69

//open a new shell to run TFTP client (mac) locally and retrieve file from the server

tftp 127.0.0.1

tftp> get test

Received 10 bytes in 0.0 seconds

tftp> get server

Received 13832 bytes in 0.0 seconds

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages