Merge pull request #56 from xinminlabs/master
add port reader for ftp method
This commit is contained in:
commit
e729af6b02
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Middleman
|
||||||
module Methods
|
module Methods
|
||||||
class Ftp < Base
|
class Ftp < Base
|
||||||
|
|
||||||
attr_reader :host, :pass, :path,:user
|
attr_reader :host, :port, :pass, :path, :user
|
||||||
|
|
||||||
def initialize(server_instance, options={})
|
def initialize(server_instance, options={})
|
||||||
super(server_instance, options)
|
super(server_instance, options)
|
||||||
|
|
Loading…
Reference in a new issue