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