New
- Start a server when the executable or link's file name is
tftp-now-serve
(contributed by @kazubu)$ ls tftp-now* tftp-now* tftp-now-serve@ $ ./tftp-now tftp-now 1.1.0 Usage of tftp-now: ... (snip) ... $ ./tftp-now-serve 3:45PM INF tftp-now will start a server since the executable's name is 'tftp-now-serve' 3:45PM INF starting the TFTP server directory=/Users/takumi/dev/github.com/puhitaku/tftp-now host=0.0.0.0 port=69
- When reading (receiving) a file, the local file name will now be inferred from the remote file path, if the local file path was unspecified. For example, if the remote file path is
/foo/bar
, the local file name will be inferred asbar
. - The help text will now show the version number.
Fix
write
subcommand don't validate-remote
and-local
Merged PRs
Full Changelog: 1.0.5...1.1.0