Skip to content

arunbhati/tftp_protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tftp_protocol

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

  1. change tftp server address
  2. read a file from server
  3. write a file to server

*** To write files make sure that the server program has sufficient permissions to write to its default directory.

About

tftp Client protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages