You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/12 17:15:26 UTC

[GitHub] [incubator-nuttx-apps] koliqi opened a new pull request #920: Saving a file downloaded with wget

koliqi opened a new pull request #920:
URL: https://github.com/apache/incubator-nuttx-apps/pull/920


   # Saving a file downloaded with wget
   
    wget, as is coded, only displays downloaded files on console.
   This patch allow saving files on <local-path> 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
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #920: Saving a file downloaded with wget

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #920:
URL: https://github.com/apache/incubator-nuttx-apps/pull/920#issuecomment-993115764


   @koliqi could you remove the merge commit from the PR? and fix the check error here:
   https://github.com/apache/incubator-nuttx-apps/runs/4515099082?check_suite_focus=true


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #920: Saving a file downloaded with wget

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #920:
URL: https://github.com/apache/incubator-nuttx-apps/pull/920#issuecomment-995466703


   let's track the change by: https://github.com/apache/incubator-nuttx-apps/pull/925


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 closed pull request #920: Saving a file downloaded with wget

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 closed pull request #920:
URL: https://github.com/apache/incubator-nuttx-apps/pull/920


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org