The implementation of the lstat operation.

Methods
Public Instance methods
perform( path )

Request attributes for the file/directory at the given path.

    # File lib/net/sftp/operations/lstat.rb, line 25
25:     def perform( path )
26:       @driver.lstat( nil, path )
27:     end