标签: python smb
Noob问题:将RetrieveFile应用于任何文件时,在本地驱动器上仅创建了一个16字节文件。
with open('local_file', 'wb') as fp: conn.retrieveFile('share', '/path/to/remote_file', fp)
我该怎么做才能获取完整文件?