miketeo/pysmb

Broken Pipe Error

Closed this issue · 1 comments

I always get this error when I upload a serials files use the function storeFile(service_name,path,file_object)

Can you explain how your app connect to the SMB service? Are you connecting via another proxy/tunnel/TCP bouncing software?

This error is raised when the remote service does not follow the SMB protocol and terminate the connection. Another reason is that you have left the SMB connection idling for too long, and the remote SMB service timeouts the connection.