LoginSignup
13
13

More than 5 years have passed since last update.

カレントディレクトリをwebサーバで公開

Posted at

ssh や rsync などができないけれど、それでも手っ取り早くファイルを共有して取得したいときなどに。
いまどきのUnixには大抵 Python は入ってるだろう。

$ python -m SimpleHTTPServer

ポートを指定する場合:

$ python -m SimpleHTTPServer 20000

あとは取得したい側から wget なり curl なり、好きなように。

13
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
13