Abyss-emmm
Results
2
issues of
Abyss-emmm
According to [MS-CIFS-SMB_COM_TRANSACTION Request](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cifs/57bfc115-fe29-4482-a0fe-a935757e0a4f),If SMB_FLAGS2_UNICODE is set in the Flags2 field of the SMB Header (section 2.2.3.1) of the request, this field MUST be a null-terminated array of **16-bit Unicode...
in review
unicode_issue
os.MkdirAll(cmd.O+"/"+host, 0644),文件夹权限需要0744吧,不然存储结果提示无权限。