This web app allows you to easily share files across multiple devices connected to the same Wi-Fi network. Whether you're at home, in an office, or any place with a common Wi-Fi connection, this tool makes file sharing simple and efficient.
- Device Identification: Each connected device is identified by a user-provided name.
- File Upload: Upload files to share with other devices on the network.
- File List: View and download files shared by others, with information about which device shared each file.
- Auto Cleanup: The upload directory is automatically cleared when all devices disconnect.
To install Wi-File, follow these steps:
-
Download the app files
Download Wi-File app files in compressed format or clone this repository. -
Extract the file
Extract the downloaded file using any extractor e.g. winrar. -
Run the Installer
Double-click the downloaded installer file to begin the installation process. -
Automatic Installation
The installation process is automated and will proceed in the command prompt. No additional steps are required from your end. -
Shortcut Creation
Upon successful installation, a Wi-File shortcut will be automatically created on your desktop and in the Start Menu for easy access. -
Completion
Once the installation is complete, you can immediately start using Wi-File by clicking the shortcut.
Ensure all devices you want to share files with are connected to the same Wi-Fi network. The app works locally, so all devices must be on the same network.
- Open a web browser on any device connected to the Wi-Fi network.
- Enter the IP address and port of the server hosting the web app. For example:
http://192.168.1.10:3000
.
- Upon loading the web app, you will be prompted to enter a name for your device. This name will be visible to other users when you share files.
- Enter a name that easily identifies your device (e.g., "John's Laptop" or "Office Phone").
- After entering your device name, you will see a list of all devices currently connected to the app.
- The list will update in real-time as new devices connect or disconnect.
- To share a file, use the file upload form:
- Click the "Choose File" button and select the file you want to share.
- Click "Upload" to upload the file to the server.
- Once the file is uploaded, it will be listed in the "Available Files" section, along with the name of your device as the file's sharer.
- All shared files are listed under the "Available Files" section.
- Each file entry includes:
- File Name: The name of the file.
- Shared By: The device name of the user who uploaded the file.
- Click on the file name to download the file to your device.
- When you close the web app or disconnect from the Wi-Fi network, your device will be removed from the list of connected devices.
- If all devices disconnect, the server will automatically clear the uploaded files directory.
- Security: The app is designed for use on local networks. Ensure you're connected to a secure and trusted Wi-Fi network when using the app.
- Privacy: Device names and file names are visible to all connected users. Avoid using sensitive information in device names or file names.
- Cannot Access the Web App: Ensure your device is connected to the correct Wi-Fi network and that you’re using the correct IP address and port.
- Firewall setup Make sure that you're connected to the private network or your firewall is not blocking the requests to the port.
- Files Not Uploading: Check the file size and format. Some browsers may have restrictions on certain file types or sizes.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/new-feature
). - Commit your changes (
git commit -m "Add some feature"
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or suggestions, feel free to open an issue on GitHub or contact me directly via GitHub Issues.
Made with 🧠 by LuckyGoswami