# tftp **Repository Path**: swei_android/tftp ## Basic Information - **Project Name**: tftp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a simple implementation of TFTP protocol in Java and C++ languages, which I did as an assignment for Network Programming course. TFTP Server and TFTP Client are implemented in both languages. C++ implementation of TFTP is working on Unix and Windows. You can also use Java TFTP Server and C++ TFTP Client, or vise versa, for communicating.