DEV Community

siwet zhou
siwet zhou

Posted on

Why I Stopped Using Cloud Storage to Transfer Files Between My Devices

I used to email files to myself. Then I graduated to Google Drive. Then AirDrop. Each "upgrade" still felt like a hack.

Here's the thing: I just want to move a file 3 feet — from my phone to my laptop. Why does that require:

  • An internet connection (cloud storage)
  • A specific ecosystem (AirDrop)
  • Installing an app (SHAREit, LocalSend)
  • A USB cable (it's 2025)

The Problem Nobody Talks About

Every major file transfer solution assumes you want to do more than just transfer a file. Cloud storage wants to sync and back up. AirDrop wants you to buy all Apple. SHAREit wants to show you ads. Even Bluetooth wants you to spend 10 minutes pairing.

But 90% of the time, I literally just want to move a photo or document from my phone to my computer. That's it.

The Browser Already Solves This

Modern browsers can do WebRTC peer-to-peer connections. They can handle file I/O. They run on every device. So why are we still installing apps?

I found Quick Transfer (t.sum.pub) which takes exactly this approach:

  1. Open the website on both devices
  2. Transfer files directly between them
  3. Done

No app. No account. No cloud. Files go directly from phone to computer over your local Wi-Fi.

What I Like About This Approach

Privacy by default. Files never leave your network. There's no server to hack, no data to leak, no privacy policy to read.

Zero friction. There's nothing to install, nothing to sign up for, and nothing to configure. If you can open a website, you can transfer files.

Truly cross-platform. It works on literally everything — iPhone, Android, Windows, Mac, Linux, ChromeOS. If it has a browser, it works.

What I Miss About Apps

Fair is fair — dedicated apps do have advantages:

  • Offline discovery: Apps like LocalSend can find devices without internet. Browser tools need your local network.
  • Background transfers: Apps can transfer in the background. Browsers need to stay open.
  • Integration: AirDrop's deep OS integration is genuinely nice (when it works, and when you're all-Apple).

My Setup Now

For quick transfers (photos, documents, random files): Quick Transfer (t.sum.pub). Open, send, close. Takes 10 seconds.

For large syncs (project folders, backups): Cloud storage (Syncthing for private, Google Drive for shared).

For Apple-to-Apple: AirDrop still works fine.

The key insight is that different tools for different jobs beats one tool that tries to do everything poorly.


What's your file transfer setup? Am I the only one who overthinks this? Let me know in the comments.

Top comments (0)