mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
use a persistent connection instead of running a new smbclient for each command
This commit is contained in:
parent
e324e70050
commit
e76f9974d1
10 changed files with 104 additions and 52 deletions
|
|
@ -9,6 +9,8 @@
|
|||
namespace SMB;
|
||||
|
||||
class Connection {
|
||||
const CLIENT = 'smbclient';
|
||||
|
||||
/**
|
||||
* @var string $host
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue