Re: [go-nuts] Download large Zip file via sftp

2023-08-23 Thread burak serdar
On Wed, Aug 23, 2023 at 6:37 AM Phillip Siessl wrote: > Hi > > i have some issues when i try to download a larger zip file (5GB) via the > sftp package in go. > about 20% of the time it runs through smoothly but the other 80% i get a > panic with > "fatal error: concurrent map writes writing to f

[go-nuts] Download large Zip file via sftp

2023-08-23 Thread Phillip Siessl
Hi i have some issues when i try to download a larger zip file (5GB) via the sftp package in go. about 20% of the time it runs through smoothly but the other 80% i get a panic with "fatal error: concurrent map writes writing to file" or "fatal error: concurrent map read and map write". this