Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tftp client options bug #97

Open
msoulier opened this issue Sep 24, 2018 · 0 comments
Open

tftp client options bug #97

msoulier opened this issue Sep 24, 2018 · 0 comments
Labels
plan to fix A valid problem that I plan to fix

Comments

@msoulier
Copy link
Owner

msoulier@merlin:~/work/tftpy$ PYTHONPATH=. python bin/tftpy_client.py -d startup.cfg --host=10.39.40.21
Both the --host and --filename options are required.
Options:
  -h, --help            show this help message and exit
  -H HOST, --host=HOST  remote host or ip address
  -p PORT, --port=PORT  remote port to use (default: 69)
  -f FILENAME, --filename=FILENAME
                        filename to fetch (deprecated, use download)
  -D DOWNLOAD, --download=DOWNLOAD
                        filename to download
  -u UPLOAD, --upload=UPLOAD
                        filename to upload
  -b BLKSIZE, --blksize=BLKSIZE
                        udp packet size to use (default: 512)
  -o OUTPUT, --output=OUTPUT
                        output file, - for stdout (default: same as download)
  -i INPUT, --input=INPUT
                        input file, - for stdin (default: same as upload)
  -d, --debug           upgrade logging from info to debug
  -q, --quiet           downgrade logging from info to warning
  -t, --tsize           ask client to send tsize option in download
  -l LOCALIP, --localip=LOCALIP
                        local IP for client to bind to (ie. interface)

We're telling people to use --download but we don't accept it.

@msoulier msoulier added the plan to fix A valid problem that I plan to fix label Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to fix A valid problem that I plan to fix
Projects
None yet
Development

No branches or pull requests

1 participant