The Way: Seamless Local File Transfer 📁🔄
Welcome to The Way, a simple yet powerful application designed to facilitate local file transfers between your mobile device and your PC, or between two PCs. No internet connection is required, making it an ideal solution for quick and secure file transfers within your local network.
Table of Contents
Features
- Local File Transfer: Transfer files between your mobile device and PC, or between two PCs, without the need for an internet connection. 📱💻
- Express Server: Utilizes an Express server to handle file transfers efficiently. 🚀
- Cross-Platform: Works on Windows, macOS, and Linux. 🖥️🍎🐧
- Secure: Files are transferred over your local network, ensuring privacy and security. 🔒
- Easy to Use: Simple setup and intuitive interface for seamless file transfers. 🌟
Installation
Prerequisites
- Node.js (v14 or later)
- npm (v6 or later)
Steps
-
Clone the Repository:
- Clone the repository from GitHub using your preferred method.
- Navigate to the project directory.
-
Install Dependencies:
- Install the necessary dependencies using npm.
-
Build the Application:
- Build the application using the provided build script.
Usage
-
Start the Server:
- Start the server using the provided start script.
-
Access the Server:
- Open your web browser and navigate to
http://localhost:3000
.
- Alternatively, use your mobile device to access the server by entering the local IP address of your PC followed by
:3000
(e.g., http://192.168.1.100:3000
).
-
Transfer Files:
- Use the web interface to upload files from your mobile device or another PC to the server.
- The files will be saved in the specified directory on the server PC.
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with a descriptive message.
- Push your branch to your forked repository.
- Create a new Pull Request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using The Way! If you have any questions or need further assistance, please feel free to open an issue or contact the maintainer.
Happy file transferring! 🚀📁🔄