Skip to content

Instantly share code, notes, and snippets.

@growtopiajaw
Created August 3, 2019 08:36
Show Gist options
  • Select an option

  • Save growtopiajaw/b07b01c113c08aa1c19d66903f2c5109 to your computer and use it in GitHub Desktop.

Select an option

Save growtopiajaw/b07b01c113c08aa1c19d66903f2c5109 to your computer and use it in GitHub Desktop.
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