zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
6.03k stars 409 forks source link

Add rclone support #215

Open adan89lion opened 4 years ago

adan89lion commented 4 years ago

It would be efficient when rclone feature ported into the app (also partially solving other issues like WebDAV support and cloud storage support, because rclone covers all of them)

Similar concept has been implemented by another developer on GitHub (rcloneExplorer)

Possible Roadmap:

  1. Availability to import rclone config file (rclone.conf). Users might need to configure on other places (e.g. Termux or other CLI interface)
  2. Copy / Move / Sync files and directories between local storage (Internal Storage, SD Card and USB OTGs) to remote storage (provided by rclone.conf)
  3. Also it will be privacy friendly when users can upload files to an encrypted storage.
niksingh710 commented 10 months ago

yeah addition of this will be nice as for now rcx is only the available app to be used and it seemed to be outdated.

alexanderadam commented 10 months ago

rcx is only the available app to be used and it seemed to be outdated.

RoundSync is a maintained fork with bugfixes and new features (i.e. regular one way sync). It also integrates well with MaterialFiles.

The documentation has more information.

niksingh710 commented 10 months ago

The documentation has more information.

SAF/Android File explorer section is blank there

alexanderadam commented 8 months ago

The documentation has more information.

SAF/Android File explorer section is blank there

It probably got lost when migrated from RCX. I'm sure the maintainer would be happy if someone would chime in to fix this.

Brajesh3 commented 6 months ago

chenxiaolong/RSAF

An Android Storage Access Framework document provider for rclone

It would be good to have automatic backup mechanism in material files alltogether