linux版快盤上傳下載shell指令碼

來源:互聯網
上載者:User

安裝使用

此指令碼適用於大部分bash環境,已經在cygwin,ubuntu14.04,debian,centos6,mac-osx等環境通過測試。

1.依賴項

使用此程式前請確認你的Linux或者Cygwin支援如下命令:

curl sed awk basename date grep tr od openssl base64

2.配置

如果你想使用自己的app_key你需要首先註冊一個金山快盤帳號,然後到這裡地址建立一個你自己的應用並把得到的 consumer_key、consumer_secret填寫到指令碼相應位置。
當然此步驟可以略過,你可以直接使用指令碼中填寫好的consumer_key、consumer_secret,我建立的應用程式名稱all4fun.

3.安裝

wget https://github.com/wujiwh/kuaipan_uploader/archive/master.zip
unzip master.zip
cd kuaipan_uploader-master
#或者 :
git clone https://github.com/wujiwh/kuaipan_uploader.git
cd kuaipan_uploader
#上面兩種方式選擇一種即可
#賦予指令碼執行許可權並執行
chmod a+x kuaipan_uploader.sh
./kuaipan_uploader.sh

然後根據提示完成API的授權流程,得到授權Token。指令碼會自動儲存得到的授權資訊到CONFIG_FILE 變數對應設定檔,預設為~/.kuaipan_upload.conf

4.使用說明

KuaiPan Uploader v1.1.0
wangheng - wujiwh@gmail.com
 
Usage: /usr/bin/kuaipan COMMAND [PARAMETERS]...
 
Commands:
         upload   [local file]  <remote file>
         download [remote file] <local file>
         delete   [remote file/remote dir]
         list     <remote dir>
         info
         relink
 
For more informations, please visit  http://www.111cn.net.

其中[XXX]內的為必填參數,<XXX>內的為選擇性參數
比如執行 ./kuaipan_uploader.sh upload a.txt
後面的<remote file>可以不填,不填寫的話,預設上傳到網盤根目錄或者應用程式根目錄的同名檔案。 (跟你建立應用的時候選擇的選項有關)
其他,下載和刪除都是類似如上…
注意:如果上傳到遠程某個目錄內的話,請務必保證此目錄已存在!
執行 ./kuaipan_uploader.sh info 可以查看網盤的使用者名稱,總容量和可用容量。
執行 ./kuaipan_uploader.sh list 可以查看網盤內已經存在的檔案以及目錄(非結構化)。
執行 ./kuaipan_uploader.sh relink 可以刪除網盤授權資訊並重新授權
5、卸載
此工具為綠色軟體,使用時候覆制到執行目錄並賦予執行許可權即可。
如果想卸載刪除此工具,請連帶刪除 CONFIG_FILE 變數後面的設定檔,預設為~/.kuaipan_upload.conf
許可證
Kuaipan Uploader 基於GPL第二版或以後版本發布。詳見LICENSE檔案

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.