{"id":21379709,"url":"https://github.com/meethigher/ftp-server","last_synced_at":"2025-08-16T13:51:43.265Z","repository":{"id":204286668,"uuid":"711506031","full_name":"meethigher/ftp-server","owner":"meethigher","description":"an FTP service implemented in Java language based on Apache FtpServer 1.2.0 Release — Apache MINA.","archived":false,"fork":false,"pushed_at":"2024-11-25T14:17:57.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T10:30:23.238Z","etag":null,"topics":["apache","ftp-server","ftpserver"],"latest_commit_sha":null,"homepage":"https://meethigher.top/blog/2023/learn-ftp/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meethigher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-10-29T13:33:02.000Z","updated_at":"2024-11-25T14:17:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b46887dd-e5ca-430d-8ec2-54a1d30086d7","html_url":"https://github.com/meethigher/ftp-server","commit_stats":null,"previous_names":["meethigher/ftp-server"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/meethigher/ftp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meethigher%2Fftp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meethigher%2Fftp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meethigher%2Fftp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meethigher%2Fftp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meethigher","download_url":"https://codeload.github.com/meethigher/ftp-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meethigher%2Fftp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270720365,"owners_count":24634036,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ftp-server","ftpserver"],"created_at":"2024-11-22T10:24:02.681Z","updated_at":"2025-08-16T13:51:42.854Z","avatar_url":"https://github.com/meethigher.png","language":"Java","readme":"Note: This project is for personal learning only. Please use [Apache FtpServer 1.2.0 Release — Apache MINA](https://mina.apache.org/ftpserver-project/download_1_2.html) for production environment.\n\n![image-20240421225808979](README/image-20240421225808979.png)\n\n# Introduction\n\nftp-server is an FTP service implemented in Java language based on [Apache FtpServer 1.2.0 Release — Apache MINA](https://mina.apache.org/ftpserver-project/download_1_2.html).\n\nit's very lightweight and easy to use.\n\n# Document\n\ndownload [release](https://github.com/meethigher/ftp-server/releases), then run\n\n```sh\njava -jar ftp-server.jar\n```\n\nyou can configure ftp by configuring **server.properties**.\n\n```properties\nport=21\nidleSeconds=60\nactiveLocalPort=20\npassivePorts=30000-30005\nanonymousLoginEnabled=true\nloginFailureDelay=500\nmaxLogins=1000\nmaxAnonymousLogins=2\nmaxLoginFailures=3\nmaxThreads=0\nweb.enable=false\nweb.port=8080\nweb.username=admin\nweb.password=admin\n```\n\nyou can perform user management and authorization in the users folder, the configuration file is suffixed with `.properties`\n\n```properties\nenabled=true\nname=ftpadmin\npassword=ftpadmin\nhomeDir=C:/Users/meethigher/Desktop\n# indicates the file path with write permission. if it is /ccc-test, it means that there is write permission under the ccc-test folder.\nwrite=/ccc-test\nmaxConcurrentLogins=5\nmaxConcurrentLoginsPerIP=1\n# bytes/second\nmaxDownloadRate=1024000\n# bytes/second\nmaxUploadRate=1024000\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeethigher%2Fftp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeethigher%2Fftp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeethigher%2Fftp-server/lists"}