Simple implementation of a TFTP server (RFC1350) in C
- Server
Compile and execute the server:
cd server
make
sudo ./tftps [directory]
This server was implemented using the guidelines of the RFC 1350.
Simple implementation of a TFTP server (RFC1350) in C
Compile and execute the server:
cd server
make
sudo ./tftps [directory]
This server was implemented using the guidelines of the RFC 1350.