{"id":13801653,"url":"https://github.com/MZachmann/FtpTiny-Micropython","last_synced_at":"2025-05-13T11:31:34.068Z","repository":{"id":154208889,"uuid":"123525489","full_name":"MZachmann/FtpTiny-Micropython","owner":"MZachmann","description":"Really small ftp server that runs in a thread","archived":false,"fork":false,"pushed_at":"2018-03-04T17:18:09.000Z","size":6,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T12:33:11.214Z","etag":null,"topics":[],"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/MZachmann.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-03-02T03:29:02.000Z","updated_at":"2024-08-04T00:06:28.563Z","dependencies_parsed_at":null,"dependency_job_id":"3b128596-e3e9-44c1-b8b2-9b1e356faa2f","html_url":"https://github.com/MZachmann/FtpTiny-Micropython","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/MZachmann%2FFtpTiny-Micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MZachmann%2FFtpTiny-Micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MZachmann%2FFtpTiny-Micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MZachmann%2FFtpTiny-Micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MZachmann","download_url":"https://codeload.github.com/MZachmann/FtpTiny-Micropython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932903,"owners_count":21986474,"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":[],"created_at":"2024-08-04T00:01:25.437Z","updated_at":"2025-05-13T11:31:30.812Z","avatar_url":"https://github.com/MZachmann.png","language":"Python","readme":"# FtpTiny\n## Summary\nA simple ftp server that runs in Micropython in a thread. To use this with FileZilla, set it to PASV mode and maximum of 1 connection at a time.\n\nModified from https://github.com/cpopp/MicroFTPServer/tree/master/uftp\n## Usage\nTo use this, import the library (ftptiny), create one, then use start and stop.\n```python\nimport ftptiny\nftp = ftptiny.FtpTiny() # create one\nftp.start() # start an ftp thread\n# do whatever you want to do here\nftp.stop() # stop the ftp thread\n```\n## Supported\nThis supports:\n* `Folders`: create, delete, rename\n* `Files`: send, receive, delete, rename\n* `Path`: change directory, list contents\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMZachmann%2FFtpTiny-Micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMZachmann%2FFtpTiny-Micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMZachmann%2FFtpTiny-Micropython/lists"}