macOS nc 接收文件

查看传输进度

cpp 复制代码
brew install pv

接收方

cpp 复制代码
nc -l 2222 | pv > synergy-3.2.1-macos-arm64.dmg

发送方

cpp 复制代码
nc 192.168.1.3 2222 < synergy-3.2.1-macos-arm64.dmg
cpp 复制代码
╰─➤  nc -l 2222 | pv > synergy-3.2.1-macos-arm64.dmg
 125MiB 0:00:57 [2.18MiB/s] [                  <=>
相关推荐
sg_knight3 分钟前
Codex CLI 安装全攻略:macOS / Linux / Windows(WSL2)三端实战
linux·windows·macos·openai·ai编程·coding·codex
Teleger1 天前
蓝牙 MAC 扫描匹配器
macos
刘婉晴1 天前
【漏扫工具篇】Mac 系统上 Xray 的安装与使用
macos
寒水馨2 天前
macOS下载、安装PowerShell-v7.6.4(附安装包powershell-7.6.4-osx-arm64.pkg)
macos·自动化·跨平台·shell·脚本·命令行·powershell
星辰即远方3 天前
天气预报总结
macos·ios·objective-c·cocoa
xixiaoyunya3 天前
Mac远程访问新范式:基于80KM穿云箭的内网穿透技术实践
macos
秋雨梧桐叶落莳3 天前
计算器仿写总结
学习·macos·ios·objective-c·cocoa
寒水馨3 天前
macOS下载、安装uv-0.12.0(附安装包uv-aarch64-apple-darwin.tar.gz)
python·macos·rust·项目管理·包管理器·astral·pip替代
寒水馨3 天前
macOS下载、安装protobuf-v35.1(附安装包protoc-35.1-osx-universal_binary.zip)
macos·google·grpc·序列化·protobuf·protoc·数据交换
寒水馨3 天前
macOS下载、安装ripgrep-15.2.0(附安装包ripgrep-15.2.0-aarch64-apple-darwin.tar.gz)
macos·正则表达式·rust·ripgrep·rg·命令行搜索·代码搜索