class Tremolite::Uploader
- Tremolite::Uploader
- Reference
- Object
Defined in:
tremolite/uploader.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #check_on_ftp(fp : String) : Time | Nil
- #exec(command : String, path : String | Nil)
- #make_it_so
- #upload(f : String)
- #upload_if_needed(f : String)
Constructor Detail
def self.new(host : String, path : String, user : String, pass : String, remote_site_path : String, public_path : String = "public")
#