[gollem] Multiple file servers possible?
Jan Schneider
jan at horde.org
Mon Apr 25 07:26:16 UTC 2016
Zitat von Andrew Watkins <andrew at dcs.bbk.ac.uk>:
> 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 *
You get the different available backends in the left menu.
--
Jan Schneider
The Horde Project
http://www.horde.org/
More information about the gollem
mailing list