{"id":23734594,"url":"https://github.com/benelog/one-ftpserver","last_synced_at":"2025-09-04T09:33:57.217Z","repository":{"id":3180009,"uuid":"4211820","full_name":"benelog/one-ftpserver","owner":"benelog","description":"Simple, portable FTP server for one user by one executable jar file.","archived":false,"fork":false,"pushed_at":"2022-12-05T23:41:57.000Z","size":32,"stargazers_count":34,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T06:51:07.211Z","etag":null,"topics":["ftp","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/benelog.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}},"created_at":"2012-05-03T07:58:30.000Z","updated_at":"2025-03-29T08:10:19.000Z","dependencies_parsed_at":"2023-01-11T16:15:01.348Z","dependency_job_id":null,"html_url":"https://github.com/benelog/one-ftpserver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/benelog/one-ftpserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benelog%2Fone-ftpserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benelog%2Fone-ftpserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benelog%2Fone-ftpserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benelog%2Fone-ftpserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benelog","download_url":"https://codeload.github.com/benelog/one-ftpserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benelog%2Fone-ftpserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273583619,"owners_count":25131872,"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-09-04T02:00:08.968Z","response_time":61,"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":["ftp","java"],"created_at":"2024-12-31T05:46:11.568Z","updated_at":"2025-09-04T09:33:56.848Z","avatar_url":"https://github.com/benelog.png","language":"Java","funding_links":[],"categories":["网络编程"],"sub_categories":["Spring Cloud框架"],"readme":"Using One-FTPServer\n=========\n# Features\n\n[![Join the chat at https://gitter.im/benelog/one-ftpserver](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/benelog/one-ftpserver?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n- Provides a simple way to run [Apache FTP sever](http://mina.apache.org/ftpserver/).\n\t- No installation. Packaged in one executable jar file.\n\t- No configuration file. All configuration is supported by command line arguments.\n- Supports anonymous login by default.\n- Supports FTP and FTPS(FTP over SSL(Secure Sockets Layer))\n\n# Download\nYou can download an executable jar file from \u003chttps://github.com/benelog/one-ftpserver/releases/download/0.1/one-ftpserver.jar\u003e\n\n\twget https://github.com/benelog/one-ftpserver/releases/download/0.1/one-ftpserver.jar\n    \n# Execute\nIf you execute a jar file with no argument, it will be running with default configuration.\n\n\tjava -jar one-ftpserver.jar\n\nYou can specify parameters for configurations by command line arguments with 'key=value' format.\n\n\tjava -jar one-ftpserver.jar port=10021 id=benelog password=1234\n\t\n   \nCurrently, 6 parameters are supported as following.\n\n\tjava -jar one-ftpserver.jar port=10021 passivePorts=10125-10199 ssl=true id=benelog password=1234 home=/home/benelog/programs\n\nAfter the execution, configuration parameters are printed to the standard output.\n\n\tFTP sever started : ftp://127.0.1.1:2003 \n\t# Configuration parameters\n\t- ssl : false \n\t- port : 2003\n\t- passivePorts : \n\t- id : benelog\n\t- password : 1234\n\t- home : /home/benelog/workspace/one-ftpserver\n\n# Confiugration Parameters\n- ssl : true/false. The deafult value is 'false'. If it is 'true', FTPS will be used. \n- port : a control port for FTP/FTPS. The default value is 2121.\n- passivePorts : ports for passive data connection. You can define a range of ports like '10125-10199'  More examples are on \u003chttp://mina.apache.org/ftpserver/configure-passive-ports.html\u003e\n- id : username for login. The default value is 'anonymous'. If you don't specify this parameter, anonymous login will be activated.\n- password : password for login.\n- home : home directory of user. The default value is working directory of the FTP server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenelog%2Fone-ftpserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenelog%2Fone-ftpserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenelog%2Fone-ftpserver/lists"}