{"id":28379188,"url":"https://github.com/qingstor/qsftpd","last_synced_at":"2025-08-24T04:13:58.456Z","repository":{"id":52910034,"uuid":"87802176","full_name":"qingstor/qsftpd","owner":"qingstor","description":"A FTP server that persists all data to QingStor Object Storage.","archived":false,"fork":false,"pushed_at":"2024-01-10T14:26:15.000Z","size":83,"stargazers_count":22,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T02:38:45.536Z","etag":null,"topics":["ftp","qingstor","qsftpd","server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qingstor.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-10T11:17:14.000Z","updated_at":"2024-01-10T14:26:20.000Z","dependencies_parsed_at":"2024-06-19T00:29:59.933Z","dependency_job_id":null,"html_url":"https://github.com/qingstor/qsftpd","commit_stats":{"total_commits":55,"total_committers":5,"mean_commits":11.0,"dds":0.5454545454545454,"last_synced_commit":"2a7deac652f3871c8bc9746e8e693a4704aca189"},"previous_names":["yunify/qsftp","yunify/qsftpd"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/qingstor/qsftpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqsftpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqsftpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqsftpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqsftpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qingstor","download_url":"https://codeload.github.com/qingstor/qsftpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqsftpd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261462219,"owners_count":23161902,"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":["ftp","qingstor","qsftpd","server"],"created_at":"2025-05-30T02:30:26.368Z","updated_at":"2025-08-24T04:13:58.444Z","avatar_url":"https://github.com/qingstor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qsftpd\n\n[![Build Status](https://travis-ci.org/yunify/qsftpd.svg?branch=master)](https://travis-ci.org/yunify/qsftpd)\n[![Go Report Card](https://goreportcard.com/badge/github.com/yunify/qsftpd)](https://goreportcard.com/report/github.com/yunify/qsftpd)\n[![License](http://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/yunify/qsftpd/blob/master/LICENSE)\n\nA FTP server that persists all data to QingStor Object Storage.\n\n## Usage\n\n``` bash\n$ qsftpd --help\nA FTP server that persists all data to QingStor Object Storage.\n\nUsage:\n  qsftpd [flags]\n\nFlags:\n  -c, --config string   Specify config file (default \"qsftpd.yaml\")\n  -h, --help            help for qsftpd\n  -v, --version         Show version\n```\n\n### Create configuration\n\nHere's an example config file named `qsftpd.yaml.example` in the project root directory, copy it to `qsftpd.yaml` and change the settings.\n\n### Run qsftpd\n\nRun the FTP server.\n\n``` bash\n$ qsftpd -c path/to/your/config.yaml\n[2017-04-12T03:24:40.541Z #2527]  INFO -- : Listening... 127.0.0.1:21\n[2017-04-12T03:24:40.541Z #2527]  INFO -- : Starting...\n[2017-04-12T03:24:49.330Z #2527]  INFO -- : FTP Client connected: ftp.connected, id: 76e209d6a89448279e947a7babe0097d, RemoteAddr: 127.0.0.1:51788, Total: 1\n......\n```\n\n___Note:__ When you upload large files, please set the timeout time of FTP client long enough to avoid connection disruption._\n\n## Not Supported Commands\n\nCurrently, the commands listed below are not supported. You can submit issue to request new features.\n\n| Command |           Description             |\n|---------|-----------------------------------|\n|  ABOR   | Abort                             |\n|  ACCT   | Account                           |\n|  ADAT   | Authentication / Security Data    |\n|  CCC    | Clear Command Channel             |\n|  CONF   | Confidentiality Protected Command |\n|  ENC    | Privacy Protected Command         |\n|  EPRT   | Extended Port                     |\n|  HELP   | Help                              |\n|  LANG   | Language (for Server Messages)    |\n|  MIC    | Integrity Protected Command       |\n|  MLSD   | List Directory (for machine)      |\n|  MLST   | List Single Object                |\n|  MODE   | Transfer Mode                     |\n|  REIN   | Reinitialize                      |\n|  SMNT   | Structure Mount                   |\n|  STOU   | Store Unique                      |\n|  STRU   | File Structure                    |\n\n___Note:__ All FTP commands can be found here ([https://tools.ietf.org/html/rfc5797](https://tools.ietf.org/html/rfc5797))._\n\n## References\n\n- [QingStor Documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/)\n- [QingStor Guide](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)\n- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/)\n- [FTP Command and Extension Registry](https://tools.ietf.org/html/rfc5797)\n\n## Statement\n\nThis project is highly inspired by [`fclairamb/ftpserver`](https://github.com/fclairamb/ftpserver) which is a fork of [`andrewarrow/paradise_ftp`](https://github.com/andrewarrow/paradise_ftp).\n\nThanks to [Andrew Arrow](andrew@0x7a69.com) and [Florent Clairambault](florent@clairambault.fr), and the original license can be found [here](./license.txt).\n\n## LICENSE\n\nThe Apache License (Version 2.0, January 2004).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingstor%2Fqsftpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingstor%2Fqsftpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingstor%2Fqsftpd/lists"}