Hi Im not using the client, but rclone/webdav/Ubuntu.
I realise there are clients for Ubuntu, but rclone works fine with other remotes like Gdrive Mega etc.
Files are downloadable, its just when I drop a file to the Owncloud rclone directory even a small 6Mb file it fails. If the file is less than a meg it works.
My instantiation is :
/usr/bin/rclone mount Owncloud: --allow-non-empty /home/alistair/OnlineDrives/Owncloud
Self answer: --allow-non-empty is superflous. Change to:
/usr/bin/rclone mount Owncloud: --vfs-cache-mode writes /home/alistair/OnlineDrives/Owncloud &
Im still having problems with rclone or owncloud; the call as I suggested:
/usr/bin/rclone mount Owncloud: --vfs-cache-mode writes /home/me/OnlineDrives/Owncloud
Seems that some apps like Skrooge accounting dont like this transport as I get lock-ups regularly. Direct file copy and download seem to be OK.
Any comments appreciated. Al.