Comment 7 for bug 492238

Revision history for this message
Alan Rotman (alan-actcom) wrote :

Is it a reasonable solution to just comment out the stat at the end of put in sftp_client.py?
Since the sftp server does not support stat, ...

        #s = self.stat(remotepath)
        #if s.st_size != size:
        # raise IOError('size mismatch in put! %d != %d' % (s.st_size, size))
        #return s