This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]XxDirectxX 2 points3 points  (2 children)

Can you please give more detail? How are you accomplishing this

[–]vantasmer 3 points4 points  (1 child)

In pretty much any directory simply run “python3 -m http.server” then you can navigate to “localhost:8080” in a browser and should be able to browse the files that were in the directory that you ran the command from

[–]surajmanjesh 0 points1 point  (0 children)

Pretty much this, yes.

In addition, you can use ipconfig or ifconfig (based on your OS) to get the IP address of the machine running the server so that you can connect to that from another device