1

Seems trivial, but property {server_root, Path} in server config doesn't work. Any hints?

mkorszun
  • 4,461
  • 6
  • 28
  • 43

1 Answers1

1

it appears you need to set it in the tftp_file callback

tftp:start([{callback, {".*", tftp_file, [{root_dir, "/tftpboot"}]}}]).
Harald Brinkhof
  • 4,375
  • 1
  • 22
  • 32