Installation
Installation
Windows:
Download the ready installers here: https://github.com/theakopov/fcloud/releases.
Linux:
Download the project using pipx:
install it before - https://pipx.pypa.io/latest/installation/
pipx install https://github.com/theakopov/fcloud/archive/refs/heads/main.zip
Set up
-
You need to tell fcloud which cloud storage service you will use. Let's take dropbox as an example
fcloud config cloud dropbox
-
Create a folder in your cloud and specify it with the following command. By default, all files will be downloaded there.*
fcloud config folder </your folder name/>
For example:fcloud config folder /laptop
Note
You can find more information in the CLOUDS section of the documentation menu about the cloud you want to use.