{"id":19795290,"url":"https://github.com/spliterash/simpleftp","last_synced_at":"2025-06-24T13:08:33.957Z","repository":{"id":152695589,"uuid":"614133229","full_name":"Spliterash/SimpleFtp","owner":"Spliterash","description":"Very simple FTP server with virtual folder support","archived":false,"fork":false,"pushed_at":"2023-06-13T16:11:32.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T05:44:07.661Z","etag":null,"topics":["apache-ftpserver","ftp-server"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Spliterash.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T00:44:17.000Z","updated_at":"2024-07-01T18:27:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3e409ec-0699-4681-85ce-2516898e001e","html_url":"https://github.com/Spliterash/SimpleFtp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Spliterash/SimpleFtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2FSimpleFtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2FSimpleFtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2FSimpleFtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2FSimpleFtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spliterash","download_url":"https://codeload.github.com/Spliterash/SimpleFtp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2FSimpleFtp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261682921,"owners_count":23193677,"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":["apache-ftpserver","ftp-server"],"created_at":"2024-11-12T07:15:57.760Z","updated_at":"2025-06-24T13:08:33.815Z","avatar_url":"https://github.com/Spliterash.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple FTP server\n\nThe latest version can be downloaded [here](https://jenkins.spliterash.ru/job/public/job/SimpleFtp/)\n\nHave you ever tried to set up a ftp server? And in a way that only certain folders can be accessed. I tried, and\neventually decided to write my own server with the ability to mount folders like in docker\n\nAdvantages:\n\n* ULTRA simple configuration\n* Probably a disadvantage for some, but if you run the process from root you don't have to bother with linux permissions\n* Easy user setup\n  * Virtual Folders\n  * Exclude\n\nExample config\n\n```yaml\nserver:\n  port: 21\n  passive-ports: 11000-12000\n  address: localhost\nusers:\n  - name: user1\n    password: 1234\n    # Mounts like docker\n    mounts:\n        # Host folder : ftp folder\n      - \"test:/ftp_folder\"\n  - name: user2\n    password: 1234\n    # Mounts like docker\n    mounts:\n      # Host folder : ftp folder\n      - \"folder1:/stuff\"\n    # RegEX to exclude files\n    # Use virtual path\n    excludes:\n      - /ftp_folder/secret\\.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspliterash%2Fsimpleftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspliterash%2Fsimpleftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspliterash%2Fsimpleftp/lists"}