TFTP File Transfer Application

We developed a Trvial File Transfer Protocol (TFTP) Application utilizing a UDP socket connection in the Unix environment.  The project explored the limitations of transferring files over various types of networks and how packets are constructed in order to detect how the data should be represented.  The program ran via two applications.  On the server-side, the application ran in the background in a sandboxed folder to prevent access to files outside of its running directory.  The client ran each time a file transfer was request by the user.  All errors with the file transfer would output to the client side, as the server side messages were “muted.”

Project Partner: Sally Do

Back to Projects