{"id":19365776,"url":"https://github.com/ryanleecode/basic-sftp-server","last_synced_at":"2025-07-09T15:35:40.744Z","repository":{"id":106424450,"uuid":"150683506","full_name":"ryanleecode/Basic-SFTP-Server","owner":"ryanleecode","description":"Basic Secure File Transfer Protocol Server","archived":false,"fork":false,"pushed_at":"2018-10-07T03:22:37.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T13:23:30.907Z","etag":null,"topics":["sftp","sftp-server","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ryanleecode.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":"2018-09-28T03:57:35.000Z","updated_at":"2018-10-08T01:36:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"1865e9ba-647d-4bfe-9953-6e37081fbd99","html_url":"https://github.com/ryanleecode/Basic-SFTP-Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanleecode/Basic-SFTP-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2FBasic-SFTP-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2FBasic-SFTP-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2FBasic-SFTP-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2FBasic-SFTP-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanleecode","download_url":"https://codeload.github.com/ryanleecode/Basic-SFTP-Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2FBasic-SFTP-Server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259546417,"owners_count":22874561,"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":["sftp","sftp-server","typescript"],"created_at":"2024-11-10T07:42:23.859Z","updated_at":"2025-06-12T23:04:11.087Z","avatar_url":"https://github.com/ryanleecode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node SFTP Server\n\nThis is a very basic implementation of an Secure File Transfer Protocol (SFTP) server. You can interact with it using your favourite SFTP application.\nSome applications include [WinSCP](https://winscp.net/eng/download.php).\n\n## Setup\nAdd a `.env` file to your root directory.\n\nPaste these contents\n\n```\nUSERNAME=\nPASSWORD=\n```\n\nPut in the respective username and password credentials for the server.\n\n### Generate an RSA-Key file\nUse Puttygen or a similar tool to generate a rsa-key file. A sample is file is provided [here](ssh_host_rsa_key_sample).\nThe file you generate should be named `ssh_host_rsa_key` and placed under your root directory.\n\n### Installing\n```\nnpm install\n```\n\n## Running\n```\nnpm run dev\n```\n\nConnect to the SFTP server using any SFTP client on port **3001**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fbasic-sftp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanleecode%2Fbasic-sftp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fbasic-sftp-server/lists"}