mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
.. | ||
data | ||
docker-compose.yml | ||
README.md |
sftp
up and running
$ chown root:root data
$ docker-compose up -d
$ sftp -P 2222 foo@localhost
foo@localhost's password: ******
Connected to foo@localhost.
>>> version
SFTP protocol version 3
>>> ls
upload
>>> put README.md upload
Uploading README.md to /upload/README.md
>>> bye
$ tree data
data
├── bar
├── baz
├── foo
│ └── upload
│ └── README.md
└── users.conf
⚠️ Changes to existing users are ignored.