Parsed: 108916

  public function getchmod( $file ) {
    return substr( decoct( @fileperms( $this->WP_Filesystem_SSH2::sftp_path( $file ) ) ), -3 );
  }