hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
705 stars 179 forks source link

exception=SMBApiException: STATUS_DELETE_PENDING (0xc0000056): #826

Open FaiChanF opened 3 months ago

FaiChanF commented 3 months ago

I have tried to write a file to the shared folder but got the error exception=SMBApiException: STATUS_DELETE_PENDING (0xc0000056):

reference https://github.com/hierynomus/smbj/issues/524 said the file was marked for deletion, but this file is new, and trying to write, why do I get this error?

image