Easy file transfer to and from servers without installing anything
Transfer files between servers, download from servers to your local machine, or upload from anywhere.
No software installation required—just use curl, PowerShell, or your browser.
Upload File
0%
Preparing upload...
Use Cases
Server-to-Server: Transfer files between remote servers using simple curl commands
Server-to-Local: Download files from servers to your local machine without SSH or FTP
Local-to-Server: Upload files from your machine to servers quickly and easily
Automation: Integrate file transfers into scripts and workflows
Command Line Examples
Upload files from the command line—no installation required:
cURL (Linux / macOS / Windows)
curl -X POST -F "File=@/path/to/file.ext" -F "DeletionOption=0" https://send.lubi.se/upload
Replace /path/to/file.ext with your file path. DeletionOption: 0=First Download, 1=10 Minutes, 2=1 Hour, 3=1 Day, 4=3 Days, 5=1 Week