A secure and user-friendly PHP file downloader with password protection and file management capabilities.
- ๐ Password protection to secure your uploader
- ๐ฅ Download files directly to your server via URL
- ๐๏ธ File management with delete functionality
- ๐ Human-readable file size display
- ๐จ Modern and responsive Bootstrap UI
- ๐ Secure file handling and input validation
- ๐ Organized file storage in dedicated downloads directory
- Upload
upload.phpto your web server - The script will automatically create a
downloadsdirectory - Change the default password in the code (default: "admin123")
- Access the uploader through your web browser
- Enter the password to access the interface
- Enter the file URL and desired filename
- Click "Download" to save the file to your server
- View, download, or delete files from the interface
- Logout when finished
โ ๏ธ Always change the default passwordโ ๏ธ Delete the script after use to prevent unauthorized accessโ ๏ธ The script is designed for temporary use onlyโ ๏ธ For production use, consider implementing additional security measures
- PHP 7.0 or higher
- Web server with write permissions
- SSL support for HTTPS downloads
This project is open source and available for personal and commercial use.
Original concept and development by Reza Esmaeili