tftp client

Vladimir Dronnikov dronnikov at gmail.com
Tue Mar 24 09:37:26 UTC 2009


>
> I think you have to specify the -l option too.
>
> Try with
> busybox tftp -g -r lib/fdisk_template localhost -l fdisk_template
>

Right.

strace reads:
---
9156  open("lib/fdisk_template", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE,
0666) = -1 ENOENT (No such file or directory)
---
so tftp tries create local file with respect to remote hierarchy. I
think it is a bug.

--
Vladimir


More information about the busybox mailing list