Skip to content

franbull/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing some of TFTP

https://www.ietf.org/rfc/rfc1350.txt

Not implementing:

  • putting files
  • modes other than netascii
  • error messages

install the requirements:

$ pip install -r requirements.pip

run the tests

$ trial tests.py

About

Sparse implementation of TFTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages