I am trying to do file transfers through tftpd under fedora and I need the server to be case insensitive. I could not find any way to achieve this! Manual is useless! As an example I need to transfer file "foo.ext" even if I request file "FOO.Ext" which now spits an error saying that it does not exists. How can I do that? ---------------------------------------------------------------------------------------------------------------------------------- . Microsoft broke the Volkswagen world record: Volkswagen only made 22 million bugs! . It is time for us to stand and cheer for the doer, the achiever, the one who recognizes the challenge and does something about it. -Vince Lombardi . Everybody can learn how to make kids, but not everyone can raise them right!
---------------------------------------------------------------------------------------------------------------------------------- . Microsoft broke the Volkswagen world record: Volkswagen only made 22 million bugs! . It is time for us to stand and cheer for the doer, the achiever, the one who recognizes the challenge and does something about it. -Vince Lombardi . Everybody can learn how to make kids, but not everyone can raise them right! --- On Sat, 6/19/10, Gala Dragos <gala_dragos at yahoo.com> wrote: From: Gala Dragos <gala_dragos at yahoo.com> Subject: Case Insensitive TFTPD To: syslinux at zytor.com Date: Saturday, June 19, 2010, 9:04 PM I am trying to do file transfers through tftpd under fedora and I need the server to be case insensitive. I could not find any way to achieve this! Manual is useless! As an example I need to transfer file "foo.ext" even if I request file "FOO.Ext" which now spits an error saying that it does not exists. How can I do that? ---------------------------------------------------------------------------------------------------------------------------------- . Microsoft broke the Volkswagen world record: Volkswagen only made 22 million bugs! . It is time for us to stand and cheer for the doer, the achiever, the one who recognizes the challenge and does something about it. -Vince Lombardi . Everybody can learn how to make kids, but not everyone can raise them right!
Op 20100619 om 11:04 schreef Gala Dragos:> I am trying to do file transfers through tftpd under fedora and I need > the server to be case insensitive. I could not find any way to achieve > this! Manual is useless!Snippet from the manual: --mapfile remap-file, -m remap-file Specify the use of filename remapping. The remap-file is a file containing the remapping rules. See the section on filename remapping below. This option may not be compiled in, see the output of in.tftpd -V to verify whether or not it is available. Snippet from the section filename remapping i Match the regex case-insensitively. By default it is case sen- sitive.> As an example I need to transfer file "foo.ext" even if I request file > "FOO.Ext" which now spits an error saying that it does not exists. How > can I do that?Euh, something like ri foo.ext foo.ext ??? Cheers Geert Stappers