有時雲端硬碟的同步軟體很方便,但如果你的硬碟空間很大而又不想全部下載到本地硬碟裡來佔空間,或需要對雲端檔案做自動化操作時,命令行指令就有很大的功用。本文將介紹Dropbox與Google Drive的命令行工具。
Dropbox命令行上傳工具:PneumaticTube
- 官方網站:https://github.com/hartez/PneumaticTube
- 下載:https://github.com/hartez/PneumaticTube/releases
- 限制:只能在Windows使用,只有上傳檔案功能
- 命令格式:
pneumatictube -f <file> -p <path>
- 選項:
-f, --file Required. The location of the file to upload -p, --path Required. The destination path in Dropbox -r, --reset Force PneumaticTube to re-authorize with Dropbox -b, --bytes Display progress in bytes instead of percentage when using chunked uploading -c, --chunked Force chunked uploading -q, --quiet Suppress all output -n, --noprogress Suppress progress output when using chunked uploading
- 範例如下。第一次執行時會自動切換到瀏覽器的Dropbox授權網頁:
d:\DL\PneumaticTube-master>PneumaticTube.exe -f d:\dl\PneumaticTube.zip -p /temp -b You'll need to authorize this account with PneumaticTube; a browser window will now open asking you to log into Dropbox and allow the app. When you've done that, hit Enter. Uploading PneumaticTube.zip to /temp Ctrl-C to cancel Whoosh... Uploaded PneumaticTube.zip to /temp/PneumaticTube.zip; Revision 4185835
GoogleDrive上傳/下載命令行工具:gdrive
- 官方網站:https://github.com/prasmussen/gdrive
- 下載網址Windows x64:https://drive.google.com/uc?id=0B3X9GlR6EmbnZ3gyeGw4d3ozbUk
- 下載網址Windows x86:https://drive.google.com/uc?id=0B3X9GlR6EmbnTXlSc1FqV1dvSTQ
- 尚有Linux與OS/X版本,請自行到其官網下載
- 命令格式:drive-windows-x64.exe 操作 選項
- 操作記錄:gdrive的上傳或下載都要指定檔案ID,因此必須先用list找到ID,再用
-i 檔案ID
來操作特定檔案
範例1. 列出檔案以取得檔案ID:
d:\DL>drive-windows-x64.exe list -t ditto*.exe Id Title Size Created 0B_dE90dinOFDcFE0aEFvWktvM1E Ditto.exe 1.9 MB 2014-06-09 20: 19:47 0B_dE90dinOFDTU1ucFF4bE9yQnc DittoSetup_64bit_3_18_46_0.exe 3.6 MB 2014-06-09 12: 08:50
範例2. 下載檔案
d:\DL>drive-windows-x64 download -i 0B_dE90dinOFDcFE0aEFvWktvM1E Downloaded 'Ditto.exe' at 1.9 MB/s, total 1.9 MB
範例3. 取得檔案的網址
d:\DL>drive-windows-x64 url -i 0B_dE90dinOFDcFE0aEFvWktvM1E https://drive.google.com/uc?id=0B_dE90dinOFDcFE0aEFvWktvM1E
請參考官方上的更多範例。
##
您可能也會有興趣的類似文章
- Dropbox服務四之一:使用DropboxAutomator自動化你的Dropbox (0則留言, 2012/04/28)
- 使用ownCloud建立私有的Dropbox雲端硬碟服務 (0則留言, 2012/12/20)
- Dropbox服務四之三:透過Dropbox保存電子郵件中的附件(SendToDropbox) (0則留言, 2012/04/28)
- Dropbox服務四之二:快速複製檔案到Dropbox的小工具DropBoxCopy (0則留言, 2012/04/28)
- 快速開啟Dropbox資料夾的方法 (1則留言, 2011/12/10)
- 雲端+泥端:在多部電腦間使用相同檔案的方法 (6則留言, 2010/11/09)
- Android手機雲端備份實戰 (0則留言, 2014/01/29)
- Dropbox服務四之四:讓朋友將檔案輕鬆上傳到自己的Dropbox(DROPitTOme) (0則留言, 2012/04/28)
- 利用Dropbox和mklink讓兩部電腦資料同步而能馬上工作 (0則留言, 2013/04/19)
- iPad Dropbox能分享My Dropbox裡的所有檔案連結?! (0則留言, 2011/02/19)
- 使用ownCloud打造專用的「類Dropbox」雲端儲存系統 (12則留言, 2013/03/19)
- [WordPress] 備份WordPress網站到Google Drive、Dropbox等雲端服務 (0則留言, 2013/09/08)
- 使用Gmail擴充來增強郵件處理效率的技巧 (0則留言, 2013/09/19)
- 使用「長篇小說網頁擷取程式」產生電子書 (0則留言, 2015/08/03)
- 刪除 n天前檔案的方法:Belvedere、Xdel與DelAge32 (2則留言, 2012/05/08)