Sha256: 100ea5f9ea432ef6dfd6e5163fe3aa0ae9b60d81cae9b083e251c0a0cef121d5

Contents?: true

Size: 140 Bytes

Versions: 6

Compression:

Stored size: 140 Bytes

Contents

class Ssh
  attr_reader :config


  def setstat(path, options)
    remote do |sh, sftp|
      sftp.setstat! path, options
    end
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vos-0.4.2 lib/old/ssh.rb
vos-0.4.1 lib/old/ssh.rb
vos-0.4.0 lib/old/ssh.rb
vos-0.3.15 lib/old/ssh.rb
vos-0.3.14 lib/old/ssh.rb
vos-0.3.13 lib/old/ssh.rb