Sftp.prototype.ls = function (remotePathDir) {
  // return promise
  return this.sftp.ls(this.config, remotePathDir);
};