TFTP Broadcast Patch

Mandeep Ahuja ahuja at aksysnetworks.com
Tue Aug 5 17:18:49 UTC 2008


Hi,
here is the header on  the tftp.c file. It came with buildroot with 
busybox 1.2.2.1. I am talking about the client here not the tftp server.
/* -------------------------------------------------------------------------
 * tftp.c
 *
 * A simple tftp client for busybox.
 * Tries to follow RFC1350.
 * Only "octet" mode supported.
 * Optional blocksize negotiation (RFC2347 + RFC2348)
 *
 * Copyright (C) 2001 Magnus Damm <damm at opensource.se>
 *
 * Parts of the code based on:
 *
 * atftp:  Copyright (C) 2000 Jean-Pierre Lefebvre <helix at step.polymtl.ca>
 *                        and Remi Lefebvre <remi at debian.org>
 *
 * utftp:  Copyright (C) 1999 Uwe Ohse <uwe at ohse.de>
 *
 * Licensed under GPLv2 or later, see file LICENSE in this tarball for 
details.
 * 
------------------------------------------------------------------------- */

The command I am trying to run is
# tftp -g -r find.me 192.168.0.255
tftp: send: Permission denied

I need to enable the client to do Broadcast requests.

thanks
mandeep



Vladimir Dronnikov wrote:
> Please, provide exact command you're using. What is the tftpd server:
> BB one or not? Also
> # strace -f -v -s1024 -o send-me-to-the-list command-you-are-using
> output is welcome.
>
> --
> Vladimir
>
>
>   




More information about the busybox mailing list