Issue: When I transfer the file from UNIX OS to Windows Server 2012 (SMB 2.0 or 3.0) system using SMB (Samba), the file gets transfer but contains of file dose not (Only empty file size of 0 KB gets created on windows Server 2012).
Additional Info:
- File transfer from UNIX to Windows Server 2003 (SMB 1.0) works fine.
- Command: Smbclient //backroom/e -Utest%abc -c "put /tmp/test.txt abc\abcdata\test.txt"
- This produces the following error:
- Error writing file: ERRSRV - ERRerror (non-specific error code.)
- 0.0kb/s transferred
- There is not logging in Event log (System and application) in Server 2012 regarding this failure.