# File lib/net/sftp/protocol/01/base.rb, line 95 def close(handle) send_request(FXP_CLOSE, :string, handle) end