0xfede7c8 / dropbear

Fork from Dropbear SSH
https://matt.ucc.asn.au/dropbear/dropbear.html
Other
1 stars 0 forks source link

Ability to specify the expected file's name and max size #3

Closed dgutson closed 6 years ago

dgutson commented 6 years ago

Add a command line option (or function argument) to specify the expected file name to receive.

dgutson commented 6 years ago

Also, allow the specification of a maximum size in bytes.

dgutson commented 6 years ago

Additionally, as part of this issue, ensure that the downloaded files end up in the current dir, by stripping the path to the expected file (e.g. basename() ).