You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I am trying to upload an 30GB file to Windows sftp server using golang sftp client.
The connection hangs after 6-7gigs. However, the same file upload happens smoothly using the linux sftp client.
Any help/advise regarding this might be helpful for me
The text was updated successfully, but these errors were encountered:
Hi Team,
I am trying to upload an 30GB file to Windows sftp server using golang
sftp client.
The connection hangs after 6-7gigs. However, the same file upload happens
smoothly using the linux sftp client.
Any help/advise regarding this might be helpful for me
I believe this is probably a case of hitting one of the deadlocks reported in #145 or #152. These deadlocks affected Write, ReadFrom, Read and WriteTo. They are all fixed now and with no more feedback on reproducing it, I'm closing.
Hi Team,
I am trying to upload an 30GB file to Windows sftp server using golang sftp client.
The connection hangs after 6-7gigs. However, the same file upload happens smoothly using the linux sftp client.
Any help/advise regarding this might be helpful for me
The text was updated successfully, but these errors were encountered: