You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	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.
