Difference between revisions of "Sharing files with Python"
Views
Actions
Namespaces
Variants
Tools
→using it: added info on setting the server to a different port
imported>Viking60 |
imported>Viking60 (→using it: added info on setting the server to a different port) |
||
Line 89: | Line 89: | ||
It looks a bit better and your terminal will not be occupied with "live action". Here all people can access the files at the same time. | It looks a bit better and your terminal will not be occupied with "live action". Here all people can access the files at the same time. | ||
If you need to set the server to a different port then you can start the server like this: | |||
twistd3 web --port "tcp:port=9000" --path . | |||
In this case the server will be on port 9000. | |||
===Stopping the server=== | ===Stopping the server=== |