Posts Tagged ‘Version Control’

Workaround bzr-upload FTP “Connection reset by peer” issues

Thursday, March 12th, 2009

Have problems using the bzr-upload plugin to upload to an FTP server? I recently had repeated troubles getting a large web site to complete the initial full upload to an FTP server on a not so great connection. The upload would start fine, make it partial way through, and quit with the error:

bzr: ERROR: socket.error: (54, 'Connection reset by peer')

(more…)