# Wifi传输工具 **Repository Path**: lan-tianyou/wifi-file-transfer ## Basic Information - **Project Name**: Wifi传输工具 - **Description**: 同一WiFi下不同电脑间进行文件传输的工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-03 - **Last Updated**: 2025-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wifi-file-transfer Transfer a file from one server to another server under the same wifi. ## How to use 1. Start the server. 2. Open the webpage. 3. Select the file and upload. 4. The file will be saved to the `uploaded_files` directory and your `~/Desktop` directory. ## Start the server ```bash python manage.py runserver 0.0.0.0:7777 ``` # Open the webpage - Visit the url in your server's web browser: http://127.0.0.1:7777/upload/ - You will find the `Your server ip is:` in your terminal. - Visit the url in your another server's web browser: http://{your_server_ip}:7777/upload/