chross
Results
12
issues of
chross
The following code is working ``` client.check(remote_path) #returns true (file is present) client.list() #lists all files correctly ``` but the following statements won't work ``` print(client.info("0000249385.zip").size) print(client.info(remote_path)) ``` The whole...
Kernel Version: | #21 PREEMPT Thu Oct 19 11:38:16 CST 2017 Bootloader Version: | U-Boot 2013.07 (Jul 28 2017 - 17:10:01) Xiaomi DaFang DF3-00133483 I am using the lastest build,...