It is easy to share files files on Linux. You have a lot of options, like scp, ftp. But I've found out a very simple way - create your simple http server.
If you want to expose the directory to the internet you can start the server in your directory like the following:
python -m SimpleHTTPServer
Open up your browser on http://127.0.0.1:8000 and this is it - your directory.
Комментариев нет:
Отправить комментарий