ProZone ~ Abhi's Web World

Choose a Skin

My fav : Winter(Default)

TFTP

TFTP - Trivial File Transfer Protocol

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.

Features

Features
TFTP has the following features:
  1. The user has to specify the port number and the IP address.
  2. The user can upload a file.
  3. The user can download a file.
  4. The user has to specify the name of the file he/she wishes to transfer (upload/download).
  5. The user can view the data transfer status in the status box provided.

Misc info

info
The TFTP server is a concurrent server, ie multiple clients can connect to a server at a given time.