powershell 作服务端 响应网络(socket tcp)连接 提供文件夹大小查询服务 V1.1
摘要:包含: 端口占用检测 心跳包网络断线检测 传入的数据是否为合法有效的目录路径检测 读取计算文件夹大小(不含软链接|symlink) 传回查询到的文件夹大小 Powershell Service # Service.ps1 [cmdletbinding()] Param($Port = 8888) $
阅读全文
posted @ 2023-12-21 22:56