使用步骤如下:
Docker构建:
docker build -t filesync-tool .
docker run -it filesync-tool
本地构建项目:
cd build
cmake ..
make
使用方式有:
1.
local: (本地)
./FileSyncTool local <path: full path or relative path>
remote: (服务器)
./FileSyncTool remote server <path: full path or relative path> <ip: default: 127.0.0.1> <port>
local:
./FileSyncTool remote client <path: full path or relative path> <remote ip> <port>
2.
python_ui/gui.py运行