@Trevor68
Tried a samba share on Linux to Linux (Debian to Debian) and it worked.
Then tried a samba share from Windows 7 to Linux (Debian) and it worked.
What I did on Windows 7:
net use Z: \\<IP)\share_name /PERSISTENT:YES
Entered username and password
Check that I can access Z:/Calibre_Library
In (COPS) config_local.php
config['calibre_directory'] = 'Z:/Calibre Library/';
And it worked.
|