无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[教程] WDCP自动将主机上的文件上传到百度网盘中

本帖最后由 Miker 于 2018-8-7 13:10 编辑

bpcs_uploader,利用bpcs_uploader你可以自动将VPS主机上的文件上传到百度网盘中,同时也可以从百度网盘中下载文件到VPS主机上,让你的文件安全地“住”在百度云中。
百度云空间容量大,且有了百度这个靠山,日后也不必担心网盘关门走人,随着众多国内网盘开始投放大量的广告到网盘下载页面(典型的有华为网盘、下载赚钱网盘),百度网盘清爽的风格就显得难能可贵了。将文件上传到百度云中就可以方便其它用户下载
-----------------------------------------------------------------------------------------

1.安装wdcp

wget http://down.wdlinux.cn/in/lanmp_wdcp_ins.sh

sh lanmp_wdcp_ins.sh



-----------------------------------------------------------------------------------------

2.下载bpcs_uploader上传脚本

https://github.com/oott123/bpcs_uploader/tarball/master

chmod +x bpcs_uploader.php执行权限



-----------------------------------------------------------------------------------------

3.查看php路径

/www/wdlinux/nginx_php-5.2.17/bin/php –v

bpcs_uploader.php第一行修改成

#!/www/wdlinux/nginx_php-5.2.17/bin/php -ddisable_functions -d safe_mode=Off

----------------------------------------------------------------------------------------------------------------------------------------------------
  • [root@VM_166_159_centos oott123-bpcs_uploader-3a75324]# ./bpcs_uploader.php quickinit
  • ===========================Baidu PCS Uploader===========================
  • Usage: ./bpcs_uploader.php init|quickinit|quota
  • Usage: ./bpcs_uploader.php upload|download path_local path_remote
  • Usage: ./bpcs_uploader.php delete path_remote
  • Usage: ./bpcs_uploader.php uploadbig path_local path_remote [slice_size(default:1073741824)]                                                                                                                                                  [temp_dir(def:/tmp/)]
  • Usage: ./bpcs_uploader.php fetch path_remote path_to_fetch
  • ========================================================================
  • Uploader initialization will be begin. If you have already configured the uploader before, y                                                                                                                                                 our old settings will be overwritten.
  • Continue? [y/N] y
  •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  •                                  Dload  Upload   Total   Spent    Left  Speed
  • 171   263    0   263    0    80    671    204 --:--:-- --:--:-- --:--:--  3210
  • Launch your favorite web browser and visit https://openapi.baidu.com/device
  • Input 2a24n8dv as the user code if asked.
  • After granting access to the application, come back here and press Enter to continue.
  •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  •                                  Dload  Upload   Total   Spent    Left  Speed
  • 244   101    0   101    0   143    531    753 --:--:-- --:--:-- --:--:--     0
  • OAuth error authorization_pending : User has not yet completed the authorization
  • Authentication failed. Please check the error message and try again.
  • Launch your favorite web browser and visit https://openapi.baidu.com/device
  • Input 2a24n8dv as the user code if asked.
  • After granting access to the application, come back here and press Enter to continue.
  • Continue? [y/N] y
  •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  •                                  Dload  Upload   Total   Spent    Left  Speed
  • 244   101    0   101    0   143    546    773 --:--:-- --:--:-- --:--:--     0
  • OAuth error authorization_pending : User has not yet completed the authorization
  • Authentication failed. Please check the error message and try again.
  • Launch your favorite web browser and visit https://openapi.baidu.com/device
  • Input 2a24n8dv as the user code if asked.
  • After granting access to the application, come back here and press Enter to continue.
  • Continue? [y/N] y
  •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  •                                  Dload  Upload   Total   Spent    Left  Speed
  • 180   397    0   397    0   143   2162    778 --:--:-- --:--:-- --:--:--  5772
  •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  •                                  Dload  Upload   Total   Spent    Left  Speed
  •   0    66    0    66    0     0    220      0 --:--:-- --:--:-- --:--:--   366
  • Access Granted. Your Storage Status: 105.95G/2063.00G (5.14%)
  • Enjoy!

复制代码

以上为快速初始化代码,输入授权码网址:https://openapi.baidu.com/device


  • 然后打开浏览器访问 https://openapi.baidu.com/device ,在“请输入设备上显示的用户授权码:”文本框中输入上面显示的授权码,并点击继续。 看到网页上显示“请返回设备继续操作!”后,返回ssh上按下回车后,即完成了初始化配置。
  • 重新分配
    • [root@VM_166_159_centos oott123-bpcs_uploader-3a75324]# ./bpcs_uploader.php init
    • ===========================Baidu PCS Uploader===========================
    • Usage: ./bpcs_uploader.php init|quickinit|quota
    • Usage: ./bpcs_uploader.php upload|download path_local path_remote
    • Usage: ./bpcs_uploader.php delete path_remote
    • Usage: ./bpcs_uploader.php uploadbig path_local path_remote [slice_size(default:1073741824)] [temp_dir(def:/tmp/)]
    • Usage: ./bpcs_uploader.php fetch path_remote path_to_fetch
    • ========================================================================
    • Uploader initialization will be begin. If you have already configured the uploader before, your old settings will b                                                                                                                          e overwritten.
    • Continue? [y/N] y
    • Please enter your PSC App API Key. You can get this key by visiting http://developer.baidu.com/dev#/create
    • If you have already created an app, you can visit http://developer.baidu.com/console#/app and get it in your app's                                                                                                                           info.
    • If you don't want to bother creating an app, you can press Enter to use the demo API Key.
    • Doing so (without your own API Key/Secret) will cause the access-token to expire every 30 days, and you'll have to
    • re-initialize when it expires.
    • App API KEY [uFBSHEwWE6DD94SQx9z77vgG] :uFBSHEwWE6DD94SQx9z77vgG
    • App API Key has been set to uFBSHEwWE6DD94SQx9z77vgG .
    • Demo key detected. Using default API Secret.
    • Demo key detected. Using default app name.
    •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
    •                                  Dload  Upload   Total   Spent    Left  Speed
    • 171   263    0   263    0    80   1355    412 --:--:-- --:--:-- --:--:--  3452
    • Launch your favorite web browser and visit https://openapi.baidu.com/device
    • Input axmhkper as the user code if asked.
    • After granting access to the application, come back here and press Enter to continue.
    •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
    •                                  Dload  Upload   Total   Spent    Left  Speed
    • 179   395    0   395    0   143   2010    727 --:--:-- --:--:-- --:--:--  5250
    •   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
    •                                  Dload  Upload   Total   Spent    Left  Speed
    •   0    67    0    67    0     0    294      0 --:--:-- --:--:-- --:--:--   690
    • Access Granted. Your Storage Status: 105.95G/2063.00G (5.14%)

    复制代码
4.我们测试上传文件



------------------------------------------------------------------------------------------------------------
付费解决 QQ15365637

返回列表