6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#735] not possible to select another backend
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ ._..__ .___. |\ |[__) | | \ | | \|| _|_|__/ |
Comment
> it is still not possible to switch between the backends. > > > > my backend.php file looks like this: > > > > $backends['incoming'] = array( > > 'name' => 'incoming', > > 'driver' => 'file', > > 'preferred' => '', > > 'params' => array( > > 'vfsroot' => '/home/vfs/incoming/', > > ), > > 'attributes' => array('type', 'name', 'download', 'modified', > 'size', 'permission', 'owner', 'group') > > ); > > > > > > $backends['storage'] = array( > > 'name' => 'storage', > > 'driver' => 'file', > > 'preferred' => '', > > 'params' => array( > > 'vfsroot' => '/home/vfs/storage/', > > ), > > 'attributes' => array('type', 'name', 'download', 'modified', > 'size', 'permission', 'owner', 'group') > > ); > > > > the strange thing is, if i add one of this example entries like > > > > $backends['ftp'] = array( > > 'name' => 'FTP Server', > > 'preferred' => '', > > 'driver' => 'ftp', > > 'params' => array( > > // The hostname/IP Address of the FTP server > > 'hostspec' => 'ftp.example.com', > > // The port number of the FTP server > > 'port' => 21, > > // Use passive mode? > > 'pasv' => false, > > // Hide all files that match this regex > > // 'filter' => '^regex$' > > ), > > 'attributes' => array('type', 'name', 'download', 'modified', > 'size', 'permission', 'owner', 'group') > > ); > > > > > > it is possible to choose. maybe there is something wrong with my config? > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers