Skip to content

abhishekdd/tftp_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A simple tftp client

Currently no interactive prompt available. All actions are performed through command line arguments.

Compile with:   
    $ cc tftp.c -o tftp

Run with:   
    $ ./tftp <hostname/ip> <port> <get/put> <filename>

'hostname', 'ip' and 'port' refer to the address of tftp server.

Block size of 512 is used and is not configurable at the moment.
There is no limitation on the size of file.

About

A simple tftp client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages