[gollem] Multiple file servers possible?

Andrew Watkins andrew at dcs.bbk.ac.uk
Sun Apr 24 12:34:34 UTC 2016


Hi,

I just started playing with gollem and playing with it and it looks 
good, but are you allowed to have couple of servers. I have seen past 
comments on the list but they haven't helped.

I have got SMB and FTP working but only one at a time, so to test I 
thought I would try to access 2 ftp servers, but only one appears?
Yes! I have given then different keys. If I disable one then the other 
one appears, so I know syntax is correct. Do I need to alter another 
configuration file (may be in the horde/config?)

$backends['ftpa']['disabled'] = false;
$backends['ftpa']['name'] = 'www Server';
$backends['ftpa']['driver'] = 'ftp';
$backends['ftpa']['hordeauth'] = true;
$backends['ftpa']['params']['hostspec'] = 'localhost';
$backends['ftpa']['params']['port'] = 21;
$backends['ftpa']['params']['pasv'] = false;
$backends['ftpa']['attributes'] = array(
         'type',
         'name',
         'edit',
         'download',
         'modified',
         'size',
         'permission',
         'owner',
         'group'
);

$backends['ftpb']['disabled'] = false;
$backends['ftpb']['name'] = 'titan Server';
$backends['ftpb']['driver'] = 'ftp';
//$backends['ftp']['hordeauth'] = false;
$backends['ftpb']['hordeauth'] = true;
$backends['ftpb']['params']['hostspec'] = 'titan';
$backends['ftpb']['params']['pasv'] = false;
$backends['ftpb']['params']['port'] = 21;
$backends['ftpb']['attributes'] = array(
         'type',
         'name',
         'edit',
         'download',
         'modified',
         'size',
         'permission',
         'owner',
         'group'
);

Thanks,

-- 
Andrew Watkins * Birkbeck, University of London * Computer Science *
* http://notallmicrosoft.blogspot.com *
* UKOUG Systems SIG Chair * formaly Solaris SIG *
* UKOUG Systems Event 2016 committee *
* UKOUG Tech committee *



More information about the gollem mailing list