# File lib/net/sftp/session.rb, line 335 def fstat!(handle, flags=nil, &callback) wait_for(fstat(handle, flags, &callback), :attrs) end