koliqi opened a new pull request #925:
URL: https://github.com/apache/incubator-nuttx-apps/pull/925
## Saving a file downloaded with wget
wget, as is coded, only displays downloaded files on console.
## Impact
This patch allow saving files on as per command syntax:
`wget [-o <local-path>] <url>`
## Tested on esp32-devkit:
mount -t spiffs /dev/esp/partition/spiffs /var
wget -o /var/test4.txt http://192.168.1.43:8000/partitions.csv
## Version
v2. corrected checkpatch.sh errors
v3. combined commit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]