Rclone
Rclone
安装 & 配置 Rclone
1
2
conda install rclone -c conda-forge -y
rclone config
防止被谷歌识别为人机
1
rclone copy --tpslimit 5 --drive-chunk-size 128M <source> <destination>
This post is licensed under CC BY 4.0 by the author.
1
2
conda install rclone -c conda-forge -y
rclone config
1
rclone copy --tpslimit 5 --drive-chunk-size 128M <source> <destination>