|
@@ -87,20 +87,20 @@ compare [remotedir] [localdir] - compare the remote directory with the local dir
|
|
copy/cp <from> <to> - copy a file / dir remotely at Baidu Yun
|
|
copy/cp <from> <to> - copy a file / dir remotely at Baidu Yun
|
|
delete/remove/rm <remotepath> - delete a file / dir remotely at Baidu Yun
|
|
delete/remove/rm <remotepath> - delete a file / dir remotely at Baidu Yun
|
|
downdir [remotedir] [localdir] - download a remote directory (recursively)
|
|
downdir [remotedir] [localdir] - download a remote directory (recursively)
|
|
-downfile <remotefile> [localpath] - download a remote file.
|
|
|
|
-download [remotepath] [localpath] - download a remote directory (recursively) / file
|
|
|
|
-dumpcache - display file hash cache
|
|
|
|
-list/ls [remotepath] [format] [sort] [order] - list the 'remotepath' directory at Baidu PCS
|
|
|
|
-listrecycle [start] [limit] - list the recycle contents
|
|
|
|
-meta <remotepath> [format] - get information of the given path (dir / file) at Baidu Yun.
|
|
|
|
-mkdir <remotedir> - create a directory at Baidu Yun
|
|
|
|
-move/mv/rename/ren <from> <to> - move a file / dir remotely at Baidu Yun
|
|
|
|
-quota/info - display the quota information
|
|
|
|
-refreshtoken - refresh the access token
|
|
|
|
-restore <remotepath> - restore a file from the recycle bin
|
|
|
|
-search <keyword> [remotepath] [recursive] - search for a file using keyword at Baidu Yun
|
|
|
|
-stream <remotefile> <localpipe> [format] [chunk] - stream a video / audio file converted to M3U format at cloud side, to a pipe.
|
|
|
|
-syncdown [remotedir] [localdir] [deletelocal] - sync down from the remote directory to the local directory
|
|
|
|
-syncup [localdir] [remotedir] [deleteremote] - sync up from the local directory to the remote directory
|
|
|
|
-upload [localpath] [remotepath] [ondup] - upload a file or directory (recursively)
|
|
|
|
-whoami - display the user information
|
|
|
|
|
|
+downfile <remotefile> [localpath] - download a remote file./下载远程文件。
|
|
|
|
+download [remotepath] [localpath] - download a remote directory (recursively) / file/下载远程目录(递归)/ 文件
|
|
|
|
+dumpcache - display file hash cache/显示文件哈希缓存
|
|
|
|
+list/ls [remotepath] [format] [sort] [order] - list the 'remotepath' directory at Baidu PCS/在百度 PCS 上列出 “远程路径” 目录
|
|
|
|
+listrecycle [start] [limit] - list the recycle contents/列出回收内容
|
|
|
|
+meta <remotepath> [format] - get information of the given path (dir / file) at Baidu Yun./在百度云获取给定路径(目录 / 文件)的信息。
|
|
|
|
+mkdir <remotedir> - create a directory at Baidu Yun/在百度云创建目录
|
|
|
|
+move/mv/rename/ren <from> <to> - move a file / dir remotely at Baidu Yun/在百度云远程移动文件 / 目录
|
|
|
|
+quota/info - display the quota information/显示配额信息
|
|
|
|
+refreshtoken - refresh the access token/刷新访问令牌
|
|
|
|
+restore <remotepath> - restore a file from the recycle bin/从回收站恢复文件
|
|
|
|
+search <keyword> [remotepath] [recursive] - search for a file using keyword at Baidu Yun/在百度云搜索关键字文件
|
|
|
|
+stream <remotefile> <localpipe> [format] [chunk] - stream a video / audio file converted to M3U format at cloud side, to a pipe./将在云端转换为 M3U 格式的视频 / 音频文件流式传输到管道
|
|
|
|
+syncdown [remotedir] [localdir] [deletelocal] - sync down from the remote directory to the local directory/从远程目录同步到本地目录
|
|
|
|
+syncup [localdir] [remotedir] [deleteremote] - sync up from the local directory to the remote directory/从本地目录同步到远程目录
|
|
|
|
+upload [localpath] [remotepath] [ondup] - upload a file or directory (recursively)/上传文件或目录(递归)
|
|
|
|
+whoami - display the user information/显示用户信息
|