搭建Http-Server用于文件传输

Http-Server

http-server

安装

npm install http-server -g

启动

cd ~/Public/
http-server
默认是 8080端口,./public文件夹

文件上传

./public

文件下载

wget http://172.16.25.70:8080/prometheus.yml

pm2开机启动

github
`bash
pm2 delete http-local
which http-server
pm2 start /usr/local/bin/http-server –name http-local – -p 8080
pm2 save
pm2 startup

------ 本文结束------

本文标题:搭建Http-Server用于文件传输

文章作者:Perkins

发布时间:2019年08月02日

原始链接:https://perkins4j2.github.io/posts/4544/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。