An open API service indexing awesome lists of open source software.

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

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.