hay86 / fdfs_client-py

fastdfs python client compatible with ver 4.0.6
GNU General Public License v3.0
106 stars 89 forks source link

response file incomplete #11

Open changxiaoxi opened 6 years ago

changxiaoxi commented 6 years ago

I used ret1 = client.download_to_file('test.png', 'group2/M00/00/3B/CgAJgljKHhaAR6JhAAA640e-dVI072.png') for key in ret1: print '[+] %s : %s' % (key, ret1[key])

download response size is 13kb but in fact is 13Kb +
? thinks