Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for external storages #15

Open
wmartinmimi opened this issue Jan 9, 2023 · 2 comments
Open

support for external storages #15

wmartinmimi opened this issue Jan 9, 2023 · 2 comments

Comments

@wmartinmimi
Copy link
Contributor

eg usb, network, etc.

@StevanWhite
Copy link

Yes. Managing files over USB is pretty minimal functionality for a file manager.

App should

  1. allow navigation and basic file operations on USB partition.
  2. support multiple partitions
  3. handle read-only filesystems and devices appropriately
    (visibly indicate is read-only, warn user that filesystem is read-only, if they try to write to it.)
  4. display filesystem labels properly
  5. respond gracefully to on-the-fly insertion and removal of device.

Also, if user has selected app to open inserted USB by default, then USB insertion should open the file browser activity for the drive, as directly as possible.


Some examples of freely-usable (but not all open source) file managers that handle USB pretty well:

  • Files (google.com)
  • Cx File Explorer (cxinventor.com)
  • Owlfiles (skype.com)

Android supports FAT32/Ext3/Ext4 file system.
Most of the the latest smartphones and tablets support exFAT file system.

@sethidden
Copy link

sethidden commented Nov 25, 2023

Network drive support such as NFS, SMB, or WebDAV would be an unique feature. There doesn't seem to be an open source Android file manager app that has this implemented.

Another OSS file manager, Simple File Manager - due to its private nature - refuses to implement that because it doesn't want the app to require the Internet access permission: SimpleMobileTools/Simple-File-Manager#56 (comment) , which is understandable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants