Parsed: 108828

  public function __destruct() {
    if ( $this->link ) {
      ftp_close( $this->link );
    }
  }