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

@ -16,3 +16,6 @@ class AlreadyExistsException extends \Exception {
class NotEmptyException extends \Exception {
}
class ConnectionError extends \Exception {
}