Add Remote::FS class
This commit is contained in:
13
lib/producer/core/remote/fs.rb
Normal file
13
lib/producer/core/remote/fs.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module Producer
|
||||
module Core
|
||||
class Remote
|
||||
class FS
|
||||
require 'net/sftp'
|
||||
|
||||
def initialize(remote)
|
||||
@remote = remote
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user