# File ftpd/lib/symbiosis/domain/ftp.rb, line 18 def initialize(username, domain, password, chroot_dir=nil, quota=nil) self.domain = domain self.username = username self.password = password # Set the default directory to a chrooted public dir. self.chroot_dir = chroot_dir # And there is no default quota. self.quota = quota end