hierynomus / smbj

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

SMB2Writer uses int instead of long, wrong results for large files #740

Closed kemcon closed 1 year ago

kemcon commented 1 year ago

please change all int to longs, so "@return the actual number of bytes that was written to the file" is true for files >2GB