...
Info |
---|
The ability to install the Share and Search integration with Windows Explorer is available in FileCloud Server version 18.2 and later. The ability to install DocIQ is available in FileCloud Server version 18.2 and later. |
You must install FileCloud Sync before you can begin synchronizing documents on your local computer to the FileCloud Server site.
How to Install FileCloud Sync on Linux
- Download FileCloud Sync App from https://www.filecloud.com/additional-downloads/#sync
After successfully downloading the App, extract the zip file filecloudsync_linux_amd64.zip.
To extract files using the terminal, use the following command:-
Code Block unzip filecloudsync_linux_amd64.zip
Now, you will have a bunch of files in the extracted location.
Give execute permission to filecloudsyncstart.sh and filecloudsync file
Code Block chmod +x filecloudsyncstart.sh chmod +x filecloudsync
Open the terminal, go to the location where the FileCloud Sync files were extracted and then run filecloudsyncstart.sh
Code Block ./filecloudsyncstart.sh
What If I'm Using Ubuntu 18.10?
For Ubuntu 18.10, please follow the steps below:
...