Sha256: b36783ebe95e04fdd4ad1966a7087bebe411333dd08ce78509428b351e83e72e

Contents?: true

Size: 576 Bytes

Versions: 101

Compression:

Stored size: 576 Bytes

Contents

class Knj::Fs::Ftp
  def self.args
    return [
      {
        "title" => "Hostname",
        "name" => "texhost"
      },
      {
        "title" => "Port",
        "name" => "texport"
      },
      {
        "title" => "Username",
        "name" => "texusername"
      },
      {
        "title" => "Password",
        "name" => "texpassword",
        "type" => "password"
      },
      {
        "title" => "Passive?",
        "name" => "chepassive",
        "type" => "checkbox"
      }
    ]
  end
  
  def initialize(args)
    @args = args
    raise "Stub!"
  end
end

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
knjrbfw-0.0.9 lib/knj/fs/drivers/ftp.rb