Transfer icon
Transfer icon

Transfer

 1 like

A simple local file server app for Android. Download and upload files quickly across devices over Wi-Fi — no cables, no cloud.

Transfer screenshot 1
Transfer screenshot 2
+3
Transfer screenshot 3

License model

  • FreeOpen Source

Platforms

  • Android
  • F-Droid  IzzyOnDroid repo
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Large File Transfer
  2.  Secure File Sharing

Transfer News & Activities

Highlights All activities

Recent activities

Show all activities

Transfer information

  • Developed by

    matan-h
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

File Sharing

GitHub repository

  •  181 Stars
  •  5 Forks
  •  7 Open Issues
  •   Updated Jul 10, 2025 
View on GitHub

Our users have written 0 comments and reviews about Transfer, and it has gotten 1 likes

Transfer was added to AlternativeTo by Darlene Sonalder on Jul 3, 2025 and this page was last updated Jul 3, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Transfer?

A simple local file server app for Android. Download and upload files quickly across devices over Wi-Fi — no cables, no cloud.

Transfer makes sharing files across your local network incredibly straightforward. Think of it as a temporary USB stick you can access from any computer or device with a web browser — but without the physical stick, powered by a clean and simple UI.

Basically, a better alternative to running uploadserver through Termux.

The Problem It Solves Imagine you need to transfer a file between your laptop and desktop — but you just want to send the file and move on:

You don’t have a USB stick or cable handy You don’t want to configure SMB (enable/run Samba, then download a client) You don’t want to use the cloud — either because it’s slow, unprivate, or you simply don’t have easy access to it Key Features Effortless LAN Sharing: Once Transfer is active, it serves files from your chosen shared folder over HTTP. Any device on the same Wi-Fi can connect using a simple web address shown in the app. Configurable Security: IP Permissions: By default, new devices attempting to connect trigger an "Allow/Deny" popup on your phone, giving you control over who accesses your files. This can be turned off for trusted networks. Password Protection: For an added layer, you can secure access with a password (off by default). Powerful CLI Access (curl-friendly): Transfer works great with command-line tools. Upload files directly using curl -T yourfile.txt <your-phone-ip>:8000.Also,you can download files usingcurl <phone-ip>:8000/yourfile.txt. Dual Browse UI: Manage and access your shared files directly within the Transfer app on your Android device, or through the intuitive web interface on any connected computer. Quick In-App Transfers: Upload: Easily select files from your phone’s storage to add them to the shared folder. Paste: Paste text from your phone’s clipboard directly into a new .txt file in the shared folder with a single tap.