Skip to content

jonathantorres/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tftp

TFTP server and client with several changes for testing on modern UNIX-like machines. These changes were made so that it can compile on modern C compilers (gcc and clang). Original source code taken from "Unix Network Programming" 1st Edition by W. Richard Stevens

Compiling and running

Use the make utility, once compiled run the server with ./bin/server with default values.

make server
./bin/server

Run the client with ./bin/client.

make client
./bin/client

About

TFTP server and client

Resources

Stars

Watchers

Forks