cnbeining / onedrivecmd

A command line client for Onedrive.
https://www.cnbeining.com/
GNU Affero General Public License v3.0
378 stars 78 forks source link

无法上传目录 #55

Closed DeanJing closed 5 years ago

DeanJing commented 5 years ago

[root@myhostkvm path]# onedrivecmd put /pt/ od:/movies/ .... OSError: [Errno 2] No such file or directory: '/pt/' [root@myhostkvm dd.hostflyte.cn]# cd pt [root@myhostkvm pt]# ls Brotherhood of Blades II The Infernal Battlefield 2017 WEB-DL 2160P.mp4 Dragon Tattoo 2019 4K WEB-DL H264 AAC-PTHome.mp4 Who Sleeps My Bro 2016 WEB-DL 1080p H264 AAC-PTHome.mp4 哪个少女不多情之脱的疑惑.mkv

我想把PT目录整体上传到onedrive的movies目录,请问下我的命令是对的吗?为啥出错了?是不是中文原因? 系统是python2.7 centos7.6

jiangtiandao commented 5 years ago

提示很明显了 /pt/是绝对路径 应该是./pt

On Tue, Aug 6, 2019 at 1:21 PM DeanJing notifications@github.com wrote:

[root@myhostkvm path]# onedrivecmd put /pt/ od:/movies/ .... OSError: [Errno 2] No such file or directory: '/pt/' [root@myhostkvm dd.hostflyte.cn]# cd pt [root@myhostkvm pt]# ls Brotherhood of Blades II The Infernal Battlefield 2017 WEB-DL 2160P.mp4 Dragon Tattoo 2019 4K WEB-DL H264 AAC-PTHome.mp4 Who Sleeps My Bro 2016 WEB-DL 1080p H264 AAC-PTHome.mp4 哪个少女不多情之脱的疑惑.mkv

我想把PT目录整体上传到onedrive的movies目录,请问下我的命令是对的吗?为啥出错了?是不是中文原因? 系统是python2.7 centos7.6

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cnbeining/onedrivecmd/issues/55?email_source=notifications&email_token=AB4QZY2Y75LG4366F2T3EDDQDEC35A5CNFSM4IJSSLT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDRDMEQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AB4QZYYVBZ4ZDHSGEOMJJA3QDEC35ANCNFSM4IJSSLTQ .

DeanJing commented 5 years ago

提示很明显了 /pt/是绝对路径 应该是./pt On Tue, Aug 6, 2019 at 1:21 PM DeanJing @.> wrote: @. path]# onedrivecmd put /pt/ od:/movies/ .... OSError: [Errno 2] No such file or directory: '/pt/' @. dd.hostflyte.cn]# cd pt @. pt]# ls Brotherhood of Blades II The Infernal Battlefield 2017 WEB-DL 2160P.mp4 Dragon Tattoo 2019 4K WEB-DL H264 AAC-PTHome.mp4 Who Sleeps My Bro 2016 WEB-DL 1080p H264 AAC-PTHome.mp4 哪个少女不多情之脱的疑惑.mkv 我想把PT目录整体上传到onedrive的movies目录,请问下我的命令是对的吗?为啥出错了?是不是中文原因? 系统是python2.7 centos7.6 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#55?email_source=notifications&email_token=AB4QZY2Y75LG4366F2T3EDDQDEC35A5CNFSM4IJSSLT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDRDMEQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AB4QZYYVBZ4ZDHSGEOMJJA3QDEC35ANCNFSM4IJSSLTQ .

onedrivecmd -chunk=62914560 put '/var/lib/transmission-daemon/downloads/My Best Summer 2019 WEB-DL 1080P H265 AAC-PTHome/' od:/test/ 这个是绝对路径,提示is a directory onedrivecmd -chunk=62914560 put '/var/lib/transmission-daemon/downloads/My Best Summer 2019 WEB-DL 1080P H265 AAC-PTHome/1.mp4' od:/test/ 可以正常运行

是不是python版本产生的差异?

DeanJing commented 5 years ago

谢谢结局了

提示很明显了 /pt/是绝对路径 应该是./pt On Tue, Aug 6, 2019 at 1:21 PM DeanJing @.> wrote: @. path]# onedrivecmd put /pt/ od:/movies/ .... OSError: [Errno 2] No such file or directory: '/pt/' @. dd.hostflyte.cn]# cd pt @. pt]# ls Brotherhood of Blades II The Infernal Battlefield 2017 WEB-DL 2160P.mp4 Dragon Tattoo 2019 4K WEB-DL H264 AAC-PTHome.mp4 Who Sleeps My Bro 2016 WEB-DL 1080p H264 AAC-PTHome.mp4 哪个少女不多情之脱的疑惑.mkv 我想把PT目录整体上传到onedrive的movies目录,请问下我的命令是对的吗?为啥出错了?是不是中文原因? 系统是python2.7 centos7.6 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#55?email_source=notifications&email_token=AB4QZY2Y75LG4366F2T3EDDQDEC35A5CNFSM4IJSSLT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDRDMEQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AB4QZYYVBZ4ZDHSGEOMJJA3QDEC35ANCNFSM4IJSSLTQ .

解决了,python2.7 直接用pip install是安装的0.1.6版本,手动更新为新版本即可正常使用