{"id":13801633,"url":"https://github.com/cpopp/MicroFTPServer","last_synced_at":"2025-05-13T11:31:27.296Z","repository":{"id":71714714,"uuid":"69839659","full_name":"cpopp/MicroFTPServer","owner":"cpopp","description":"Minimal FTP Server that can run on an ESP8266 with MicroPython","archived":false,"fork":false,"pushed_at":"2016-10-30T23:54:10.000Z","size":3,"stargazers_count":35,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-22T12:33:10.451Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpopp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-03T03:59:43.000Z","updated_at":"2024-01-08T16:16:18.000Z","dependencies_parsed_at":"2023-02-28T17:16:09.777Z","dependency_job_id":null,"html_url":"https://github.com/cpopp/MicroFTPServer","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/cpopp%2FMicroFTPServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroFTPServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroFTPServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroFTPServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpopp","download_url":"https://codeload.github.com/cpopp/MicroFTPServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932892,"owners_count":21986473,"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.187Z","updated_at":"2025-05-13T11:31:27.034Z","avatar_url":"https://github.com/cpopp.png","language":"Python","readme":"# uftpserver\n\nI wanted a simple way of remotely managing files on my ESP8266 so I experimented with this minimal FTP server enough to get file listing, retrieving, and uploading working.\n\nIt's a functioning prototype now with a lot of room for improvement but it seems to work fine with the standard mac FTP client and ftp:// access via Chrome.\n\nCheck out an alternative FTP server that expanded quite a bit on this prototype [here](https://github.com/robert-hh/ESP8266-FTP-Server).\n\n## Limitations\n- Passive mode only\n- A single data connection at a time\n- Data transfer is assumed to be in binary mode (ascii setting is ignored)\n- Operation blocks the thread\n- No authentication support\n\n## What is supported\n- Changing directories (cd/CWD)\n- Directory listing (ls/LIST with no parameters)\n- File retrievals (get/RETR)\n- File uploads (put/STOR) \n\n## Future Work\nHere are some items I have in mind:\n- non-blocking/callback based so it can run in the background with other scripts\n- refactor the code for encapsulation purposes and to reduce memory use\n- support for more commands and bit more robustness with the current ones\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpopp%2FMicroFTPServer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpopp%2FMicroFTPServer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpopp%2FMicroFTPServer/lists"}