# File lib/net/sftp/protocol/01/base.rb, line 134 def setstat(path, attrs) send_request(FXP_SETSTAT, :string, path, :raw, attribute_factory.new(attrs).to_s) end