0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-12-15 13:07:49 -05:00

Update README.md

This commit is contained in:
Adrian Dvergdal 2014-10-15 22:26:39 +02:00
parent 097d4893a4
commit ed572b6991

View file

@ -10,7 +10,7 @@ Usage
- Define users and passwords in comma separated list with SFTP_USERS ("user1:pass1,user2:pass2"). - Define users and passwords in comma separated list with SFTP_USERS ("user1:pass1,user2:pass2").
- Mount volumes in user's home folder. - Mount volumes in user's home folder.
The users are chrooted to their home folders, so it is important to mount the volumes in separate folders inside the user's home folder (/home/<user>/**<your-folder>**). The users are chrooted to their home folders, so it is important to mount the volumes in separate folders inside the user's home folder (/home/<user>/<your-folder>).
Example Example
------- -------