class Net::SFTP::Operations::Dir

def initialize(sftp)

Create a new instance on top of the given SFTP session instance.
def initialize(sftp)
  @sftp = sftp
end