chfs
PC多平台局域网HTTP文件分享
同类工具hfs:
dufs(全平台)
文件夹以zip下载到本地,注意直接启动无参数默认无法下载目录,在要分享的目录下执行命令(需要访问到github文件), dufs官方地址
仅分享时(需要访问到github文件):powershell -Command "& {Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/18476305640/typora/master/images/2024/11/20/dufs.exe' -OutFile 'dufs.exe'; Start-Process -FilePath '.\dufs.exe' -ArgumentList '--allow-archive' -NoNewWindow -Wait}"
开放所有上传/下载/删除权限(需要访问到github文件):powershell -Command "& {Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/18476305640/typora/master/images/2024/11/20/dufs.exe' -OutFile 'dufs.exe'; Start-Process -FilePath '.\dufs.exe' -ArgumentList '-A' -NoNewWindow -Wait}"
hfs(仅windows)
hfs也可以下载文件夹格式是.tar
,官方地址