Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shmokmt/sftp-playground

My sftp playground
https://github.com/shmokmt/sftp-playground

Last synced: 9 days ago
JSON representation

My sftp playground

Awesome Lists containing this project

README

        

# sftp-playground

## Getting Started

```
docker-compose up -d
```

## Usage

```
sftp -P 2222 foo@localhost
```

## References

- [Ubuntu Manpage: sftp — secure file transfer program](https://manpages.ubuntu.com/manpages/trusty/en/man1/sftp.1.html)
- [RFC 4253: The Secure Shell (SSH) Transport Layer Protocol](https://datatracker.ietf.org/doc/html/rfc4253)
- [GitHub - atmoz/sftp: Securely share your files](https://github.com/atmoz/sftp)