I’ve got a tablet with way more storage space than my phone. I’d like to be able to access all the files on it from my phone, just for viewing, without having to manually set up both devices for something cumbersome like TeamViewer. But also without having to use cloud storage. Is there any way to do this?

  • PorkSoda@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 months ago

    Solid Explorer allows you to turn on an FTP server. It’s not something you’d want to expose to the Internet or use long-term but it’s good for quick local transfers.

    • nybble41@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Cx File Explorer has a similar feature, along with a built-in FTP client. Another option would be to run an SSH server like SimpleSSHD on the device you want to share files from so you can access them via SFTP, which Cx File Explorer also supports. This permits more secure public key-based authentication rather than just a password.

  • hperrin@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    7 months ago

    If the tablet is running Windows (or Linux) you can use a program called QuickDAV on it and Owlfiles on your phone.

    If you’re talking about an Android tablet, then never mind, this won’t work.

  • Darkassassin07@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 months ago

    I use the app X-plore file manager to manipulate files on android. One of it’s features is hosting either a http web app, or a plain ftp server to share files to other devices on the local network.

    Combine that with a vpn to keep the two devices in the same network and you’ll have self-hosted remote access. I host an OpenVPN server from home to keep my mobile devices within my LAN able to securely access my services and keep them behind pihole for adblocking.

  • spookedbyroaches
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    You can try sshDaemon on the tablet and Material Files for the phone. Although it’s a bit technical to make it easier to connect. You’re gonna have to make an RSA SSH key pair so you don’t have to put in the password on material files every time. But you are gonna have to change the IP on it if you move around to new networks.

  • taaz@biglemmowski.win
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 months ago

    Remotely? Probably no but locally the FX file explorer has a web ftp feature (it opens a web server on the device), there might be some chance you could pair that with tailscale app for access from anywhere.