Trivial File Transfer Protocol is a technology that transfers files between network devices and is a simplified version of the more robust File Transfer Protocol.TFTP was developed in the 1970s for computers lacking sufficient memory or disk space to provide full FTP support.Today, TFTP is found on consumer ?broadband routers and commercial network routers.
Home network administrators use TFTP to upgrade the router firmware, while professional administrators use TFTP to distribute software across corporate networks.
Like FTP, TFTP uses client and server software to make connections between two devices.From a TFTP client, individual files can be uploaded to or downloaded from the server.The server hosts the files and the client requests or sends files.
TFTP can also be used to remotely start a computer and back up network or router configuration files.
TFTP relies on UDP to transport data.
Command-line TFTP clients are included in current versions of Microsoft Windows, Linux, and macOS. TFTP clients with graphical interfaces are also available as freeware, such as TFTPD32, which includes a TFTP server. Windows TFTP Utility is another example of a GUI client and server for TFTP, and there are other free FTP clients.
Microsoft Windows does not ship with a TFTP server, but several free Windows TFTP servers are available for download. Linux and macOS systems use the tftpd TFTP server, although it may be disabled by default.
Networking experts recommend configuring TFTP servers carefully to avoid potential security problems.
The TFTP client in Windows is not enabled by default. Turn it on through the Programs and Features Control Panel applet.
Open Control Panel. Go toWindows Searchand search forControl Panel.
InControl Panel, selectPrograms.
Select Turn Windows features on or off.
Or, execute the optionalfeatures command in Command Prompt or the Run dialog box.
In theWindows Featuresdialog box, select TFTP Client.
You may need to reboot for the changes to take effect.
Access TFTP through Command Prompt with thetftpcommand. Use the help command or see the tftp command-line reference page on the Microsoft website.
Trivial File Transfer Protocol differs from FTP in these key respects:
Because TFTP is implemented using UDP, it generally works only on local area networks.
The 8 Best Ways to Send Large Files Over the Internet