← Back to IPerfect.Net

Global File Transfer

Send files between any two devices over the internet — no app, no account

What is the File Transfer Tool?

The IPerfect.Net File Transfer tool lets you upload a file from one device and download it on any other device — from anywhere in the world. There is no app to install, no account to create, and it works on any browser. It is ideal for quickly moving photos, documents, or code files between your phone, laptop, and desktop.

The tool below transfers files directly between two browsers (peer-to-peer) — your file never gets stored on our server. Open this page on both devices: one creates a share code, the other enters it. For server-based uploads and the curl API, open the full File Transfer tool in the app.

Open server-based file transfer

Peer-to-Peer File Transfer

📤 Send a file

Click or drop a file here

📥 Receive a file

Both sides must keep this page open during the transfer. Works on most networks; very restrictive corporate firewalls may block direct peer connections.

How to Transfer a File

From the Browser

1
Open the tool — Go to IPerfect.Net and click the File Transfer tab.
2
Upload a file — Drag and drop your file onto the upload area, or click to browse and select it. The file uploads immediately.
3
Download on another device — Open the same tool on your other device. Your file appears in the received files list. Click to download.

From the Terminal (Linux / macOS)

You can upload files directly from the command line — useful for transferring files from a server without a GUI:

# Upload a file curl -i -X POST -H "Content-Type: multipart/form-data" \ -F "file=@/path/to/yourfile.txt" \ https://iperfect.net/backend/upload.php # Upload a file from a URL curl "https://iperfect.net/ajax/uploadFileFromURL.php?url=https://example.com/file.pdf" # List recently uploaded files curl https://iperfect.net/cli/getLastFiles.php

Use Cases

Privacy & Storage

Uploaded files are stored temporarily on the server. Files are not encrypted and should not contain sensitive or confidential data. Do not upload passwords, private keys, financial records, or personal documents. Files may be cleared periodically. For full details, see the Privacy Policy.

Features

Other Tools on IPerfect.Net