OwnCloud client installation in LinuX

Hello All,
Can Anyone help me out.how to install Owncloud client in CentOS 7 in Command line prompt and how to View the Directory’s which are in OwnCloud Server in Linux CLI Mode.

[Note:Graphical Mode is Unavailable]

Awaiting for Response…!

Hi,
grab the client here: https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client

Then see: https://doc.owncloud.org/desktop/2.1/advancedusage.html#owncloud-command-line-client

1 Like

Hi ilja,
Thank you for reply.

Let me refer the link…!

When i am trying to login with this command

owncloudcmd / https://carla:secret@server/owncloud/remote.php/webdav/

I am getting below error.Could anyone help me

[ debug default ] [ main ]: Server capabilities QJsonObject() 10-31 17:25:42:809
[ fatal default ]: Cannot load system exclude list or list supplied via --exclude
Aborted

Try creating an empty file outside of the sync directory and point the client to it with --exclude

Also i think what you want is “owncloudcmd . https://carla:secret@server/owncloud/remote.php/webdav/” for the current directory because “/” will point to the root of your filesystem while “.” is for current directory

Let me try.

Thanks for responding.

Can anyone help me to sync folder’s from Owncloud server to Owncloud Client in CentOS 7 Through Cli mode …???

@venkatesh
maybe this helps: