This commit is contained in:
Anthony Wang 2021-07-21 15:34:31 +00:00 committed by GitHub
parent 53480171eb
commit 35177003cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ Otherwise, navigate to the directory with the file you would like to share. Now,
python -m http.server
```
Now scream your private IP address to your friend and tell them to go to http://*IPADDRESS*:8080 in their web browser. All they need to do is download the file. Done!
Now scream your private IP address to your friend and tell them to go to http://*IPADDRESS*:8000 in their web browser. All they need to do is download the file. Done!
## Scripting
Well, that was easy enough that you could probably easily write a script to do it. Lucky for you, check out [share.sh](share.sh) for a prewritten script to automate this process.
Wow, that was easy enough that you could probably easily write a script to do it. Lucky for you, check out [share.sh](share.sh) for a prewritten script to automate this process.
## License
Read the [LICENSE](LICENSE)! It's fun!