use a persistent connection instead of running a new smbclient for each command

This commit is contained in:
Robin Appelman 2012-12-16 02:33:20 +01:00
commit e76f9974d1
10 changed files with 104 additions and 52 deletions

View file

@ -9,6 +9,8 @@
namespace SMB;
class Connection {
const CLIENT = 'smbclient';
/**
* @var string $host
*/