{"id":19554621,"url":"https://github.com/m4tx/pytftp","last_synced_at":"2025-07-25T09:44:29.918Z","repository":{"id":69578678,"uuid":"123174209","full_name":"m4tx/pyTFTP","owner":"m4tx","description":"TFTP client and server implementation in Python","archived":false,"fork":false,"pushed_at":"2018-02-27T19:02:20.000Z","size":17,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T18:05:23.492Z","etag":null,"topics":["python","tftp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4tx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-27T18:59:27.000Z","updated_at":"2024-05-14T13:09:26.000Z","dependencies_parsed_at":"2023-02-22T07:16:09.469Z","dependency_job_id":null,"html_url":"https://github.com/m4tx/pyTFTP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2FpyTFTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2FpyTFTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2FpyTFTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2FpyTFTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tx","download_url":"https://codeload.github.com/m4tx/pyTFTP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251057584,"owners_count":21529641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","tftp"],"created_at":"2024-11-11T04:28:21.236Z","updated_at":"2025-04-26T21:32:10.621Z","avatar_url":"https://github.com/m4tx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyTFTP\nTFTP (Trivial File Transfer Protocol) client and server implementation\nin Python.\n\n## Features\nRFCs supported:\n* 1350 - The TFTP Protocol (Revision 2)\n* 2347 - TFTP Option Extension\n* 2348 - TFTP Blocksize Option\n* 7440 - TFTP Windowsize Option\n\nAdditional features:\n* Block ID rollover for sending large files\n\nLimitations:\n* Only octet transfer mode is supported\n* Timeouts will work incorrectly in case of a malicious client sending invalid\n  packets (after receiving an invalid packet, the timeout timer will be reset)\n\n## Requirements\n* Python 3.6+\n\n## Usage\nClient:\n```\nclient.py -g \u003cfilename\u003e \u003cserver-hostname\u003e [port]\n```\nUse `-p` instead of `-g` to upload (`--put`) the file instead of downloading\n(`--get`).\n\nServer:\n```\nserver.py [-p \u003cport\u003e] \u003cserver-root\u003e\n```\n\nThere is also `--help` option available that explains all the options\navailable, such as block and window size for the client and disabling uploads\nfor the server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fpytftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tx%2Fpytftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fpytftp/lists"}