【笔记】Node部署FTP服务器

前言

Node部署FTP服务器

准备工作

  • Nodejs

下载依赖

1
npm install -g http-server

启动FTP服务器

  • 将当前目录作为FTP服务器
1
http-server

完成