All Projects → MasterSoft24 → Cloudcross

MasterSoft24 / Cloudcross

Licence: other
CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available

Projects that are alternatives of or similar to Cloudcross

Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+16408.65%)
Mutual labels:  cloud-storage, google-drive, dropbox, onedrive
Cyberduck
Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
Stars: ✭ 1,080 (+483.78%)
Mutual labels:  google-drive, dropbox, onedrive
go-drive
A simple cloud drive mapping web app supports local, FTP/SFTP, S3, OneDrive, WebDAV, Google Drive.
Stars: ✭ 184 (-0.54%)
Mutual labels:  onedrive, google-drive, cloud-storage
Cloud Media Scripts
Upload and stream media from the cloud with or without encryption. Cache all new and recently streamed media locally to access quickly and reduce API calls
Stars: ✭ 84 (-54.59%)
Mutual labels:  cloud, cloud-storage, google-drive
ccViewer
CryptCloudViewer source codes
Stars: ✭ 66 (-64.32%)
Mutual labels:  dropbox, onedrive, google-drive
bim360appstore-data.management-nodejs-transfer.storage
Autodesk design file transfer app: Transfers files from Autodesk (BIM 360, Fusion 360) to other Storages (Dropbox, Box, Onedrive, Google Drive, Egnyte)
Stars: ✭ 28 (-84.86%)
Mutual labels:  dropbox, onedrive, google-drive
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (-73.51%)
Mutual labels:  yandex, dropbox, onedrive
rclone-drive
☁️Simple web cloud storage based on rclone, transform cloud storage (s3, google drive, one drive, dropbox) into own custom web-based storage
Stars: ✭ 30 (-83.78%)
Mutual labels:  dropbox, google-drive, cloud-storage
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+743.24%)
Mutual labels:  cloud, cloud-storage, dropbox
Nemiro.oauth.dll
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
Stars: ✭ 45 (-75.68%)
Mutual labels:  yandex, dropbox
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (-80.54%)
Mutual labels:  cloud, dropbox
Cloudserver
Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
Stars: ✭ 1,167 (+530.81%)
Mutual labels:  cloud, cloud-storage
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+6558.38%)
Mutual labels:  cloud, cloud-storage
Action Google Drive
GitHub Action to interact with Google Drive
Stars: ✭ 41 (-77.84%)
Mutual labels:  cloud-storage, google-drive
Aria2.conf
Aria2 配置文件 | OneDrive & Google Drvive 离线下载 | 百度网盘转存
Stars: ✭ 1,321 (+614.05%)
Mutual labels:  google-drive, onedrive
Ydcmd
Консольный клиент Linux/FreeBSD для работы с Яндекс.Диск (Yandex.Disk) посредством REST API
Stars: ✭ 87 (-52.97%)
Mutual labels:  cloud-storage, yandex
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+354.05%)
Mutual labels:  google-drive, dropbox
Go Storage
An application-oriented unified storage layer for Golang.
Stars: ✭ 87 (-52.97%)
Mutual labels:  cloud-storage, dropbox
Parsec Cloud
Open source Dropbox-like file sharing with full client encryption !
Stars: ✭ 99 (-46.49%)
Mutual labels:  cloud, dropbox
Telegram Clonebot
Simple Bot to clone Google Drive Files (or Folders) to your Team Drive[or Normal Drive]. P.S This is not a Mirror Bot. Enjoy ✌🏻
Stars: ✭ 114 (-38.38%)
Mutual labels:  cloud, google-drive

The CloudCross Project

Current version: 1.4.7

Release date: 2020-11-28

Author: Kamensky Vladimir


WARNING!! This version has a new Google API Key, and this means that a previous GoogleDrive auth will be broken


The CloudCross is a open source project for a synchronization between your devices and various cloud storages. This software is a cross-platform and could be run on Linux, Windows and Mac OS.

CloudCross allows you to sync only a portion of the local/remote files and folders using black or white lists (.include and .exclude files). At the same time you have the opportunity to choose which files have the advantage - local or remote. Thus, you can keep relevance either local files or files on cloud storage.

For install on Gentoo Linux and hopefully its derivatives (Funtoo, Calculate etc.)

a CloudCross ebuild may be found in programmador overlay.

For simple including of overlays in Your system Layman may be used:

layman -a -s programmador

Now CloudCross should be installable:

emerge --ask net-misc/cloudcross

For install on deb-based distributions (Debian,Ubuntu,Linux Mint):

sudo apt-get install build-essential qt5-default qtbase5-dev qt5-qmake libcurl4-openssl-dev

For install on rpm-based distributions (Redhat,CentOS, Fedora, Alt Linux):

yum groupinstall 'Development Tools'

yum install qt5-qtbase qt5-qtbase-devel curl-devel

For install on Arch Linux:

pacman -S base-devel qt5-base curl

Then to build CloudCross from source follow the next sequence:

  1. Download archive.
  2. Unpack it.
  3. Go to unpacked folder.
  4. mkdir build
  5. cd build
  6. qmake ../CloudCross.pro
  7. make

As a result, in the build directory will be appears a three subdirectories with a result of compilation. In a ccross-app folder we need a ccross file, in a ccross-curl-executor we need a ccross-curl file. These two file is a main CloudCross executables. Copy these files to /usr/bin directory.

For detailed usage instructions see https://cloudcross.mastersoft24.ru/usage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].