https://github.com/zazuko/simple-sftp-server
A simple SFTP server with CLI and API support
https://github.com/zazuko/simple-sftp-server
Last synced: 9 months ago
JSON representation
A simple SFTP server with CLI and API support
- Host: GitHub
- URL: https://github.com/zazuko/simple-sftp-server
- Owner: zazuko
- Created: 2022-01-20T22:51:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T13:05:01.000Z (over 4 years ago)
- Last Synced: 2025-06-09T09:07:04.982Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-sftp-server
A simple SFTP server with CLI and API support.
## Usage
The `simple-sftp-server` command doesn't require any arguments.
It starts the server on port 8022 with the current directory as root and the private key from the `examples` folder.
Call `simple-sftp-server --help` to list all available options.