Manjaro Difference between revisions of "Sharing files with Python/ru"

Difference between revisions of "Sharing files with Python/ru"

From Manjaro
(Created page with "sudo pacman -S python-twisted python-service-identity")
Tags: Mobile web edit Mobile edit
(Created page with "===Использование=== Чтобы сделать постоянный сервер на порту 8080 с помощью python Вы должны перейти в...")
Line 81: Line 81:
  sudo pacman -S python-twisted python-service-identity
  sudo pacman -S python-twisted python-service-identity


===Using it===
===Использование===
To make a permanent server on port 8080 with python; you can go to the directory you want to share and type:
Чтобы сделать постоянный сервер на порту 8080 с помощью python Вы должны перейти в каталог, который хотите расшарить, и ввести:


  twistd3 web --path .  
  twistd3 web --path .  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.