tftp Client and Server protocol
TFTP (RFC 1350) client implementation for Networks Lab Assignment.
FILES REQUIRED : THERE IS ONLY ONE FILE NAMED "tftp_client.cpp".
RUN : this assignment is implemented in C++ programming language. and type following command on terminal to run file:
$ g++ tftp_client.cpp
$ ./a.out
after run those commands it will ask about to whether
- change tftp server address
- read a file from server
- write a file to server
*** To write files make sure that the server program has sufficient permissions to write to its default directory.