Hello,
I'm trying to mount a folder in my egroupware comunity 14.2 installed under Windows. Firstly, the error i get is 'Unknown user or password!' but tried with header admin and config admin with correct passwords. So I edited the cli.php file to bypass this error:
/die(“Unknown user or password!\n”);/
egw_vfs::$is_root = true;
Now, the problem is that I think that I'm not using the correct syntax for windows, tried a lot of them and none work. Some errors I got are:
URL ‘filesystem…’ not found or premission denied…
Invalid parameter: =0777
Fatal error: Class ‘egw_vfs’ not found
So, any clue of a correct command i can use to mount a windows folder in the file manager? We have all our files there that need to be in egroupware filemanager.
Some commands I tried are:
\cli.php mount --user root_xxx --password xxx filesystem://default/egroupware_folder_name?group=egroupware_group_name D:\windows_folder_name
\cli.php mount --user root_xxx --password xxx ‘filesystem://default/egroupware_folder_name?group=egroupware_group_name&mode=0777’ D:\windows_folder_name
Thanks in advance