Sha256: 454a38f5e0833d2373d5cd06864c9ad7f5270100c5f8830e9a3c1cd02d131b9c

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 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

4 entries across 4 versions & 1 rubygems

Version Path
knjrbfw-0.0.8 lib/knj/fs/drivers/ftp.rb
knjrbfw-0.0.7 lib/knj/fs/drivers/ftp.rb
knjrbfw-0.0.4 lib/knj/fs/drivers/ftp.rb
knjrbfw-0.0.3 lib/knj/fs/drivers/ftp.rb