Class: Aspera::Cli::Plugins::SyncSpecServer
- Inherits:
-
Object
- Object
- Aspera::Cli::Plugins::SyncSpecServer
- Defined in:
- lib/aspera/cli/plugins/server.rb
Overview
implement basic remote access with FASP/SSH
Instance Method Summary collapse
-
#initialize(transfer_spec) ⇒ SyncSpecServer
constructor
A new instance of SyncSpecServer.
- #transfer_spec(direction, local_path, remote_path) ⇒ Object
Constructor Details
#initialize(transfer_spec) ⇒ SyncSpecServer
Returns a new instance of SyncSpecServer.
17 18 19 |
# File 'lib/aspera/cli/plugins/server.rb', line 17 def initialize(transfer_spec) @transfer_spec = transfer_spec end |
Instance Method Details
#transfer_spec(direction, local_path, remote_path) ⇒ Object
21 22 23 |
# File 'lib/aspera/cli/plugins/server.rb', line 21 def transfer_spec(direction, local_path, remote_path) return @transfer_spec end |