Created attachment 1027 [details] Patch to fixe the problem. It seems that on 64bit libc you MUST specify the file mode in open. Since tftpd fails to do this it cannot be used to upload a file in BusyBox. I have created a patch that fixes the problem. The patch applies mode '0666' to all uploaded files. This might not be what people want, but I needed to get around the problem fast. Thank you for BusyBox, it's amazing.
Applied to git, thanks!
Fix is at http://busybox.net/downloads/fixes-1.16.0/busybox-1.16.0-tftp.patch
Awesome... I'm glad to help.