Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shmokmt/sftp-playground
- Owner: shmokmt
- Created: 2024-09-09T07:35:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:37:32.000Z (about 2 months ago)
- Last Synced: 2024-09-09T09:19:34.979Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)