tftp-hpa-google/tftp
Craig Johnston 899b7d500b Add option to TFTP client to ignore ':' in file name
I have encountered a situation where I would like to use tftp-hpa to
retrieve a file that resides within an absolute path containing a ':'
character.  Ala, "tftp foobar -c get C:2/tftpdir/myfile".  Since the
tftp client automatically converts the host:file syntax, I get an
error "tftp: C: Unknown host".

I made a chage to the tftp client code to add a literal mode (-l),
that prevents the special treatment of the ':' character.  I've
attached a patch set for main.c and tftp.1.in for your consideration.
I'm not sure how many folks run into this, but it may be somewhat
common for VxWorks and perhaps MSDOS users.

Thanks,
Craig Johnston
2006-12-12 14:31:51 -08:00
..
extern.h -> Clean up the use of autoconf macros a bit. 2001-11-29 22:02:52 +00:00
main.c Add option to TFTP client to ignore ':' in file name 2006-12-12 14:31:51 -08:00
Makefile Move common code to a common/ subdirectory 2006-10-04 10:19:06 -07:00
tftp.1.in Add option to TFTP client to ignore ':' in file name 2006-12-12 14:31:51 -08:00
tftp.c Introduce socklen_t; detect non-local (e.g. broadcast) receive addresses 2006-10-04 21:54:04 -07:00