Sha256: 4537f3a41fa1492bb3c41d8935d362e912439e25c8182dd9e2735dc62742b38a
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Charu-0.0.16 | lib/Charu/Sitemap.rb |