The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TFTPD-SIMPLE - Simple TFTP Server

SYNOPSIS

tftpd-simple [options]

DESCRIPTION

Listens for TFTP requests and proccess them.

OPTIONS

-4               Force IPv4.
-6               Force IPv6 (overrides -4).

-d <dir>         TFTP root directory.
--directory      DEFAULT:  (or not specified) [Current].

-i #             UDP Port to listen on.
--interface      DEFAULT:  (or not specified) 69.

-t               Print time in human-readable yyyymmddhhmmss format.
--time           DEFAULT:  (or not specified) Unix epoch.

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (C) Michael Vincent 2015

http://www.VinsWorld.com

All rights reserved