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/14 23:04:40 UTC

[GitHub] [incubator-nuttx-apps] koliqi opened a new pull request #924: Wget branch2

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


   ## Saving a file downloaded with wget
   wget, as is coded, only displays downloaded files on console.
   
   ## Impact
   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
   
   ## Version
   v2. corrected checkpatch.sh errors
   
   
   
   
   
   
   
   


-- 
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 edited a comment on pull request #924: Wget branch2

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on pull request #924:
URL: https://github.com/apache/incubator-nuttx-apps/pull/924#issuecomment-994775847


   @koliqi could you squash into one commit? BTW, you can achieve the same functionality with redirection:
   ```
   wget <url> > /path/to/save
   ```


-- 
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 #924: Wget branch2

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


   


-- 
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 #924: Wget branch2

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


   @koliqi could you squash into one commit? BTW, you can achieve the same functionality with redirection:
   wget <url> > /path/to/save


-- 
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 #924: Wget branch2

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


   @koliqi should we close this PR and focus on 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