Language/App: C
Front End:QT
Back End: C
Operating System: Linux
TFTP is a file transfer utility that can be used to transfer files between two computers connected in a network (LAN). TFTP is implemented in C(Linux platform). It is based on a client-server model. Multiple clients can perform transaction with the server concurrently. The protocol used is UDP.
TFTP has the following features:
- The user has to specify the port number and the IP address.
- The user can upload a file.
- The user can download a file.
- The user has to specify the name of the file he/she wishes to transfer (upload/download).
- The user can view the data transfer status in the status box provided.
The TFTP server is a concurrent server, ie multiple clients can connect to a server at a given time.