The implementation of the fstat operation.

Methods
Public Instance methods
perform( handle )

Ask the server for the attributes of the file/directory represented by the given handle.

    # File lib/net/sftp/operations/fstat.rb, line 26
26:     def perform( handle )
27:       @driver.fstat( nil, handle )
28:     end