Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

fixed size for big files #12

Closed vdiez closed 8 years ago

vdiez commented 8 years ago

bitwise operation is limited to 32 bit int.

I was checking the remote size for already transferred files with your getSize function but for large files (in my example a 12 GB video file) it was detecting different size.

nraynaud commented 8 years ago

May this line be a spot on your radar screen.

vdiez commented 8 years ago

Thanks, @nraynaud. I close this pull request as #14 already includes this commit.