Typo
This commit is contained in:
parent
56970ae246
commit
6d3a678737
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Otherwise, navigate to the directory with the file you would like to share. Now,
|
|||
python3 -m http.server
|
||||
```
|
||||
|
||||
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. They can even use a TUI browser like [lynx](http://lynx.browser.org/) or even `curl`. When everything's done, you can press Ctrl-C to stop the HTTP server. Mission accomplished!
|
||||
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. They can even use a TUI browser like [lynx](http://lynx.browser.org/) or plain `curl`. When everything's done, you can press Ctrl-C to stop the HTTP server. Mission accomplished!
|
||||
|
||||
## Scripting
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue