Created
August 3, 2019 08:36
-
-
Save growtopiajaw/b07b01c113c08aa1c19d66903f2c5109 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| uid = vsftpd | |
| gid = vsftpd | |
| timeout = 600 | |
| log file = /var/log/rsyncd.log | |
| transfer logging = true | |
| motd file = /etc/rsyncdmotd | |
| [LDP] | |
| comment = The Linux Documentation Project (tldp.org) | |
| path = /home/vsftpd/LDP | |
| use chroot = yes | |
| read only = yes | |
| list = yes | |
| [LG] | |
| comment = Linux Gazette (linuxgazette.com) | |
| path = /home/vsftpd/LDP/LDP/LG | |
| use chroot = yes | |
| read only = yes | |
| list = yes | |
| [LGNET] | |
| comment = Linux Gazette (linuxgazette.net) | |
| path = /home/vsftpd/LDP/LDP/LGNET | |
| use chroot = yes | |
| read only = yes | |
| list = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment