ftp user backend

This commit is contained in:
Robin Appelman
2012-07-19 23:03:02 +02:00
parent 8500f30dfb
commit 290cfadc9d
4 changed files with 87 additions and 1 deletions

View File

@@ -14,7 +14,13 @@ return array(
'password'=>'bar',
),
'smb'=>array(
'run'=>true,
'run'=>false,
'host'=>'localhost',
'user'=>'test',//valid username/password combination
'password'=>'test',
),
'ftp'=>array(
'run'=>false,
'host'=>'localhost',
'user'=>'test',//valid username/password combination
'password'=>'test',