[Buildbot-devel] Windows Problem with FileUpload
Phil Thompson
phil at riverbankcomputing.co.uk
Fri Mar 23 16:51:15 UTC 2007
On Friday 23 March 2007 4:35 pm, Darrin Thompson wrote:
> When doing a transfer from Windows slave to Linux master using
> FileUpload, I find the file size on Windows is 8 MB, but the file on
> linux is only 6 - 8 K. The FileUpload feature works fine when
> tranferring from OS X to Linux.
There are two different problems with file transfer that I am aware of. Your
problem may be worked around by specifying blocksize=512*1024 to the transfer
step. I don't know what the proper fix is.
That will probably expose the second problem where files being transfered are
opened in text rather than binary mode. I posted a patch for this to the list
a couple of weeks or so ago.
Phil
More information about the devel
mailing list