//
pkg.gl
Category
github.com/shenghuofei/goexample
trans-file
package
0.0.0-20240827060135-362d4481321c
Repository:
https://github.com/shenghuofei/goexample.git
Documentation:
pkg.go.dev
Overview
Dependencies
6
Dependents
0
#
README
此示例简单实现tcp文件传输;将src.go所在机器当前目录下的src.txt传输到dest.go所在机器当前目录下的dest.txt
部署(可简单修改下代码,待传输的文件通过参数传给程序)
1.在原文件所在机器启动src.go,启动后会输出当前的链接地址(机器名:端口)
2.在目的机器上启动dest.go,启动时需要一个链接地址参数(如:go run dest.go localhost:1200)