# File lib/net/sftp/protocol/04/base.rb, line 54 def lstat(path, flags=nil) send_request(FXP_LSTAT, :string, path, :long, flags || DEFAULT_FLAGS) end