Sha256: a127619441fa822fe8b1c8417baa4eddc1461a338ae0d08b37f93c75fdb0686e
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
# -*- encoding: utf-8 -*- module Charu class FtpClariant def initialize() @config = Charu::Config.new() system("#{@config.wget_path} -r -l 3 -Rjpg,png,css,js,gif -I /sp -X /sp/user -D #{@config.top_home_page} -E #{@config.top_home_page}") sleep 20 system("find #{@config.top_home_page} -type f > #{@config.top_home_page}.filelist.txt") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
Charu-0.0.12 | lib/Charu/Sitemap.rb |
Charu-0.0.11 | lib/Charu/Sitemap.rb |