文件服务器:一个简单的命令行http服务器,用于加载静态内容

时间:2024-02-23 01:30:00
【文件属性】:

文件名称:文件服务器:一个简单的命令行http服务器,用于加载静态内容

文件大小:10KB

文件格式:ZIP

更新时间:2024-02-23 01:30:00

dotnet aspnet http-server webdev ASP.NETC#

文件服务器 一个简单的命令行http服务器,用于加载静态内容。 它可以用于本地开发和测试目的。 安装 FileServer是跨平台的,可在上运行。 dotnet tool install -g FileServer 用法 只需从命令行导航到给定目录并运行file-server 。 然后从浏览器的默认端口号*问它。 要在自定义端口上运行文件服务器,请提供--port或-p作为参数。 例如 file-server --port 可以运行文件服务器的多个实例,除非提供自定义实例,否则每个实例都侦听后续端口。 从源安装 git clone https://github.com/deniskyashif/file-server.git cd file-server 运行dotnet pack 运行dotnet tool install --global --add-source .\nupkg\ FileServer


【文件预览】:
file-server-master
----.gitignore(6KB)
----src()
--------Program.cs(1KB)
--------FileServer.csproj(674B)
--------appsettings.Development.json(168B)
--------appsettings.json(179B)
--------FileServer.sln(1KB)
--------Startup.cs(825B)
--------Properties()
--------.editorconfig(6KB)
----LICENSE(1KB)
----README.md(972B)
----.gitattributes(32B)

网友评论