Translate

Showing posts with label Networking. Show all posts
Showing posts with label Networking. Show all posts

Monday, July 16, 2012

Networking - Let's learn to build a TFTP server

Who works in the area of ​​network certainly know that there are a number of protocols that support various services. Some more elaborate and robust, others more simplistic ... but usually all play their role well.

The protocol / service to present to you today is the TFTP (Trivial File Transfer Protocol), a simple protocol for transferring files, similar to the popular FTP but much simpler. To simplify the presentation of TFTP, you will learn how to install a TFTP server on Linux. "Let's GO!"



tftp_00