Transfer a file from one server to another server under the same wifi.
- Start the server.
- Open the webpage.
- Select the file and upload.
- The file will be saved to the
uploaded_filesdirectory and your~/Desktopdirectory.
python manage.py runserver 0.0.0.0:7777- 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/