Git Product home page Git Product logo

Comments (2)

StevanWhite avatar StevanWhite commented on May 18, 2024

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.

from little-file-explorer.

sethidden avatar sethidden commented on May 18, 2024

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.

from little-file-explorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.