Translations:Sharing files with Python/28/en

Creating a permanent file server (still the easy way)

You would not want to use the sharing solution above (permanently) on an internet connected machine. It will share your files quick and easy to one person. If 10 persons try to access the files at the same time it will not work - it is a one at the time solution. So let's work some magic to fix that!

Installation

Install python-twisted and python-service-identity (they are in the extra repo).