Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

fixed size for big files #7

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.

marsaud commented 8 years ago

Seems there is much more than a fix for big file size here ... try to split your requests in single-purposed feature branches, please.

vdiez commented 8 years ago

sorry, disregard this, I messed up with subsequent commit. I'm creating a new pull request