Method: Rush::Connection::Remote#stat

Defined in:
lib/rush/remote.rb

#stat(full_path) ⇒ Object



61
62
63
# File 'lib/rush/remote.rb', line 61

def stat(full_path)
  YAML.load(transmit(:action => 'stat', :full_path => full_path))
end