pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.5k stars 380 forks source link

Need to type constants that overflow `int` on 32-bit archs #470

Closed puellanivis closed 2 years ago

puellanivis commented 2 years ago

Fixes issue #469

For 32-bit architectures, some of the constants being used in filexfer package are overflowing the implicit int type when passed into fmt.Errorf(…) lines.