Sftp.prototype.fileExist = function (remotePathFile) {
  // return promise of method
  return this.sftp.fileExist(this.config, remotePathFile);
};