<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: curl in Tech Help - Software/Hardware etc</title>
    <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001668#M97589</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;Although I am unsure why I need to specify that when you don't.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you are using &lt;A href="https://curl.se/windows/microsoft.html" target="_self"&gt;curl shipped by Microsoft&lt;/A&gt; perhaps it has something to do with the &lt;A href="https://daniel.haxx.se/blog/2016/08/19/removing-the-powershell-curl-alias/" target="_self"&gt;curl alias&lt;/A&gt; (if it still exists).&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 23:02:14 GMT</pubDate>
    <dc:creator>TheRoadCrew</dc:creator>
    <dc:date>2025-03-10T23:02:14Z</dc:date>
    <item>
      <title>curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001321#M97543</link>
      <description>&lt;P&gt;C:\Users\user2&amp;gt;curl &lt;A href="https://www.amazon.co.uk" target="_blank"&gt;https://www.amazon.co.uk&lt;/A&gt;&lt;BR /&gt;Warning: Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway,&lt;BR /&gt;Warning: or consider "--output &amp;lt;FILE&amp;gt;" to save to a file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After using --output (with resultant unreadable output), the binary stuff displayed in a command line window rang my bell (after a delay of about 5-6 seconds). A ding-dong (which my mail client plays when new mail arrives). The mail client wasn't active at the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying curl with other websites over https doesn't result in the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have any (technical) insight? 'Googling' amazon and curl just brings up hair curling utensils marketed on amazon.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 22:53:53 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001321#M97543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-07T22:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001348#M97544</link>
      <description>&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 10px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 12px;"&gt;&lt;STRONG&gt;Moderator's note:&lt;/STRONG&gt;&lt;BR /&gt;Thread moved from Everything Else to Tech Help&lt;/DIV&gt;</description>
      <pubDate>Sat, 08 Mar 2025 09:37:22 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001348#M97544</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2025-03-08T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001354#M97545</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;Does anyone have any (technical) insight? 'Googling' amazon and curl just brings up hair curling utensils marketed on amazon.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the curl man page:&lt;/P&gt;
&lt;P&gt;DESCRIPTION&lt;BR /&gt;curl is a tool for transferring data from or to a server using URLs. It supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP,&lt;BR /&gt;RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You would need to specify which &lt;STRONG&gt;&lt;EM&gt;data&lt;/EM&gt; &lt;/STRONG&gt;you want to &lt;STRONG&gt;&lt;EM&gt;transfer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Something like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -O https://mirror.server.net/linuxmint/iso/debian/lmde-6-cinnamon-64bit.iso&lt;/LI-CODE&gt;
&lt;P&gt;would download (transfer) that iso image.&lt;/P&gt;
&lt;P&gt;Alternatively, I may be misunderstanding what you are asking. &lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 09:59:40 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001354#M97545</guid>
      <dc:creator>TheRoadCrew</dc:creator>
      <dc:date>2025-03-08T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001363#M97546</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/46008"&gt;@TheRoadCrew&lt;/a&gt;&amp;nbsp;wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Alternatively, I may be misunderstanding what you are asking.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actually, running&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ curl https://www.amazon.co.uk &amp;gt; amazon.txt&lt;/LI-CODE&gt;
&lt;P&gt;saves the output for me. Forum software won't let me attach the txt file 'cos it contains html.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 11:30:52 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001363#M97546</guid>
      <dc:creator>TheRoadCrew</dc:creator>
      <dc:date>2025-03-08T11:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001426#M97547</link>
      <description>&lt;P&gt;OK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;running&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;curl https://www.amazon.co.uk &amp;gt; amazon.txt&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Screenshot of the first page of the resultant amazon.txt&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-08 222222.jpg"&gt;&lt;img src="https://community.plus.net/skins/images/9F38620AB58BD4B2770D72EAD6448094/responsive_peak/images/image_not_found.png" alt="Screenshot 2025-03-08 222222.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 22:26:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001426#M97547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-08T22:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001433#M97548</link>
      <description>&lt;P&gt;I don't see any binary at all:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Amazon_txt.jpg" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60022i51BB420DE3C86C6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Amazon_txt.jpg" alt="Amazon_txt.jpg" /&gt;&lt;/span&gt;&lt;SPAN&gt;Odd that only Amazon behaves this way for you; don't know if&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://unix.stackexchange.com/questions/638221/why-do-i-get-binary-output-using-curl" target="_self"&gt;why do i get binary output using curl?&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is relevant in this case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 01:36:22 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001433#M97548</guid>
      <dc:creator>TheRoadCrew</dc:creator>
      <dc:date>2025-03-09T01:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001571#M97586</link>
      <description>&lt;P&gt;It was the '--compressed' option that was the solution. Thanks. &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although I am unsure why I need to specify that when you don't. One answer often leads to more questions.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 21:25:20 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001571#M97586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-09T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001668#M97589</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;Although I am unsure why I need to specify that when you don't.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you are using &lt;A href="https://curl.se/windows/microsoft.html" target="_self"&gt;curl shipped by Microsoft&lt;/A&gt; perhaps it has something to do with the &lt;A href="https://daniel.haxx.se/blog/2016/08/19/removing-the-powershell-curl-alias/" target="_self"&gt;curl alias&lt;/A&gt; (if it still exists).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 23:02:14 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001668#M97589</guid>
      <dc:creator>TheRoadCrew</dc:creator>
      <dc:date>2025-03-10T23:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001689#M97591</link>
      <description>Could this be the difference between running in Poweshell vs a CMD prompt?</description>
      <pubDate>Tue, 11 Mar 2025 08:35:46 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001689#M97591</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-03-11T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001811#M97603</link>
      <description>&lt;P&gt;Dunno, but I'll give it a test later. (This will only be under Win10. Whether there's a difference under Win11 I may never find out).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll go back and give Roadcrew a 'fix'. In the dim and distant past I've come across gflate(?) in HTTP and that had been relegated to the back of my brain into the 'use it or lose it' category.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 22:16:51 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001811#M97603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-11T22:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: curl</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001812#M97604</link>
      <description>&lt;P&gt;It appears that a momentary warning(?) flashes up (in yellow, before disappearing) in Powershell (both as a 'normal' user and as an admin), then it appears that powershell automagically tries the --compressed option.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 22:28:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/curl/m-p/2001812#M97604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-11T22:28:27Z</dc:date>
    </item>
  </channel>
</rss>

