Skip to content

Commit

Permalink
SFTP: ping() didn't work for SFTP connections
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Dec 9, 2023
1 parent 6d1cc74 commit 404f86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpseclib/Net/SFTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -3695,6 +3695,7 @@ function _reset_connection($reason)
$this->use_request_id = false;
$this->pwd = false;
$this->requestBuffer = array();
$this->partial_init = false;
}

/**
Expand Down

0 comments on commit 404f86f

Please sign in to comment.