Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Hang at File upload to Windows SFTP server #149

Closed
udayskyport opened this issue Nov 9, 2016 · 3 comments
Closed

Connection Hang at File upload to Windows SFTP server #149

udayskyport opened this issue Nov 9, 2016 · 3 comments

Comments

@udayskyport
Copy link

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

@davecheney
Copy link
Member

Can you please post some code that reproduced the issue. Thank you.

On Wed, 9 Nov 2016, 11:11 Uday Dungarwal [email protected] wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#149, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAcA3E5xqOJiGVPhRtztjX1nPktAq2nks5q8Q-9gaJpZM4KtD21
.

@eikenb
Copy link
Member

eikenb commented Jan 6, 2017

I'm helping maintain the project now and would like to ask again for a example to replicate the issue before closing. Thanks.

@eikenb
Copy link
Member

eikenb commented Feb 14, 2017

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.

@eikenb eikenb closed this as completed Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants