![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@masx200/baidupcs-batch-upload
Advanced tools
https://github.com/iikira/BaiduPCS-Go
使用 baidupcs-go
,百度网盘批量上传文件,高并发支持
在上传超过几百个文件时,速度快得多
给上传操作限流,防止打开过多报错,默认最多同时运行 15 个上传进程,可传参更多并发上传数
如果遇到 几 种网络问题上传失败,则自动重试,比直接用 一个 BaiduPCS-Go
命令上传更快
解决了上传文件有小概率上传未成功,但baidupcs-go
返回上传成功的问题,
解决思路:使用upload
上传完文件之后,使用meta
命令,检查文件是否存在于网盘中,然后重传失败的文件
BaiduPCS-Go version v3.6.2
BaiduPCS-Go-v3.6.2-windows-x64
下载网址
https://github.com/felixonmars/BaiduPCS-Go/releases/tag/v3.6.2
安装
npm i -g @masx200/baidupcs-batch-upload
或者
yarn global add @masx200/baidupcs-batch-upload
node_modules
yarn install
yarn build
yarn start
BaiduPCS-Go login
http://tool.cccyun.cc/tool/bduss/index3.html
https://bduss.lingtings.com/index3.html
必选参数 input
:类型string
,输入本地文件目录
必选参数 dest
:类型string
,上传到的网盘文件目录
可选参数concurrent
:类型number
,同时并发的上传文件个数
npx @masx200/baidupcs-batch-upload --input=D:/baidupandownload/图片输入本地 --dest=/baidupandownload/图片输出网盘
npx @masx200/baidupcs-batch-upload --input=D:/baidupandownload/图片输入本地 --dest=/baidupandownload/图片输出网盘 --concurrent=20
对于 windows 系统,
如果是带空格的本地目录/网盘目录场景,
可以使用如下命令:
baidupcs-batch-upload.cmd --input="d:\2 2" --dest="/test/t s" --concurrent=20
FAQs
使用baidupcs-go,百度网盘批量上传文件夹中的文件
We found that @masx200/baidupcs-batch-upload demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.