Class: Specinfra::Backend::Ssh

Inherits:
Exec
  • Object
show all
Defined in:
lib/itamae/ext/specinfra.rb

Instance Method Summary collapse

Instance Method Details

#receive_file(from, to = nil) ⇒ Object



22
23
24
# File 'lib/itamae/ext/specinfra.rb', line 22

def receive_file(from, to = nil)
  scp_download!(from, to)
end