Skip to content

Commit

Permalink
SFTP: mkdir on streams didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 23, 2021
1 parent 8a459ca commit eeabad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpseclib/Net/SFTP/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @access public
*/
class Stream extends SFTP
class Stream
{
/**
* SFTP instances
Expand Down
2 changes: 1 addition & 1 deletion phpseclib/Net/SSH2.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class SSH2
* @var object
* @access private
*/
protected $fsock;
public $fsock;

/**
* Execution Bitmap
Expand Down

1 comment on commit eeabad1

@terrafrost
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1617

Please sign in to comment.