I'm trying to use tftpd on my TI-OMAP board with busybox and am unable to
transfer a file.
I made a /var/tftp directory and put a file in it called test
I then run on the board the command:
udpsvd -v -E 0 69 tftpd /var/tftp/

In a pc's tftp client I set it to ascii mode and  type "get test"
In the client I see:
tftp> get test
getting from 128.174.133.205:test to test [netascii]
sent RRQ <file=test, mode=netascii>
received ERROR <code=0, msg=malformed packet>
Error code 0: malformed packet

And on the board I see:
udpsvd: listening on 0.0.0.0:69, starting
udpsvd: start 897 128.174.133.205:69-128.174.133.196:32846
tftpd: malformed packet
udpsvd: status 1/30
udpsvd: end 897 exit 1
udpsvd: status 0/30
udpsvd: start 898 128.174.133.205:69-128.174.133.196:32847
udpsvd: status 1/30
tftpd: malformed packet
udpsvd: end 898 exit 1
udpsvd: status 0/30


Is this a bug in busybox's implementation of tftpd or is there another
issue?

I am running busybox 1.10 on Linux 2.6.24

Thanks in advance for any help you can give me with this.


-- 
Reuben Balik
President
Sigma Tau Gamma, Alpha Chi Chapter
Computer Engineering
University of Illinois
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to