Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lipkegu/tftp-1

tftp server and client
https://github.com/lipkegu/tftp-1

Last synced: 25 days ago
JSON representation

tftp server and client

Awesome Lists containing this project

README

        

# tftp
tftp server and client in c

All credit to original developers:
Jonathan Felske
Andrew Fullard
Craig Holmes
Reza Rahmanian
Adam Tomalty

Authors's note
/**********************************************************
Date: NOV 28th, 2006
Project : TFTP Client
Programers:
Jonathan Felske
Andrew Fullard
Craig Holmes
Reza Rahmanian
Adam Tomalty
File: TFTP Client (main)
Purpose: A TFTP client that will request a connections from
the server and transefet files.
Notes: Here we are using the sendto and recvfrom
functions so the server and client can exchange data.
***********************************************************/