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