Skip to content

nicobld/TFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP

A client/server TFTP in C for Linux

Build

./build.sh

Run

./TFTPserver/serverTFTP
./TFTPclient/clientTFTP <ip> <port> [<command>]

Client example

./clientTFTP 127.0.0.1 1069

./clientTFTP 127.0.0.1 1069 get test.txt

./clientTFTP 127.0.0.1 1069 "get test.txt"

./clientTFTP 127.0.0.1 1069 get test.txt blksize 2048

About

A client/server TFTP in C for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published