NotePublic/Software/Application/BaiduPCS-Go/BaiduPCS-Go_的部署和使用.md

30 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# BaiduPCS-Go_的部署和使用
BaiduPCS-Go 是一款基于 Go 语言开发的百度网盘客户端,其操作基于命令行来完成。兼容 Windows、Linux 和 Android 系统,可运行在 x86 或 ARM 平台上。
由于是命令行操作,因此可以通过远程 SSH 访问来使用。国内某知名下载工具没有 Linu 版本,所以将 BaiduPCS-Go 部署到家中 Linux 服务器后,再结合 Baidu 的离线下载功能就可以将 Linux 服务器改造成挂机下载利器。集合花生壳或蒲公英等工具就可以进行远程 SSH 链接,通过手机控制服务器下载。
## BaiduPCS-Go 的部署
到 Github 上搜索 BaiduPCS-Go进入项目后点 Releases可以找到最新发布版的下载链接需要区分 x86 还是 ARM 平台,以及你所使用的操作系统。这里以 x86 Linux 为例进行说明。
下载 BaiduPCS-Go-v3.5.6-linux-amd64.zip 后进行解压,找到其中的 BaiduPCS-Go 文件,将其拷贝到 /usr/bin 目录下即可。如果是 Windows 系统,则可以将 BaiduPCS-Go 放到某路径下,然后将该路径添加到系统 PATH 中。
进入命令行,输入 BaiduPCS-Go 回车如果部署正确将看到“BaiduPCS-Go >”这样字样的命令行提示符。
## BaiduPCS-Go 的基本使用
BaiduPCS-Go 有两种工作模式:命令行模式和交互模式。如果未带任何参数运行程序,程序将会进入仿 Linux shell 系统用户界面的 cli 交互模式命令行前端有“BaiduPCS-Go >”这样字样的命令行提示符在该模式下不需要输入“BaiduPCS-Go”即可直接运行其子命令。后续的操作都将在交互模式下进行。
### 登陆百度帐号
BDUSS
### 检查程序更新
使用如下指令可检查系统更新:
```sh
BaiduPCS-Go > update
```