Skip to content

darthmartyn/adatftpd-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adatftpd-tester

The purpose of this program is to generate a whole series of binary files of various randomly selected sizes. Each byte of each file is also randomly generated.

An instance of 'atftp' will then be spawned and commanded to transfer each of the binary files into a local copy, thus making a pair of files.

This program will then ensure the file pairs are identical, byte by byte. Any file pairs that fail this test, are retained after the program terminates and a program exit status of 1 shall be emitted.

Successful program completion shall emit a program exit status of 0.

Program requires 'atftp' to be installed via (on Ubuntu 19.10):

$ sudo apt install atftp

and in the PATH at the time of execution.

About

Test TFTP client for any adatftpd implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages