add port reader for ftp method
This commit is contained in:
parent
e89b403ad8
commit
0bd94419ea
|
@ -6,7 +6,7 @@ module Middleman
|
|||
module Methods
|
||||
class Ftp < Base
|
||||
|
||||
attr_reader :host, :pass, :path,:user
|
||||
attr_reader :host, :port, :pass, :path, :user
|
||||
|
||||
def initialize(server_instance, options={})
|
||||
super(server_instance, options)
|
||||
|
|
Loading…
Reference in a new issue