pkg / sftp

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

Fix missing io.EOF when concurency is disabled #489 #490

Closed glebteterin closed 2 years ago

glebteterin commented 2 years ago

Removed suppression of io.EOF in readAtSequential and updated tests

puellanivis commented 2 years ago

Thanks!