# File lib/specinfra/backend/jexec.rb, line 12 def send_file(from, to) jroot = get_config(:jail_root) FileUtils.cp(from, "#{jroot}/#{to}") end