Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Can find a line with curl
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: ToddAndMargo via curl-users <curl-users_at_lists.haxx.se>
Date: Fri, 19 Jan 2024 23:42:42 -0800
Hi All,
curl-8.2.1-4.fc39.x86_64
With Firefox:
view-source:https://semiconductor.samsung.com/consumer-storage/support/tools/
I find this line.
6219: <a
href="https://semiconductor.samsung.com/resources/software-resources/Samsung_Data_Migration_Setup_4.0.0.18.exe"
target="_blank" data-an-tr="hero banner" data-an-ca="outbound click"
data-an-ac="download file" data-an-la="data migration software">
But I can not find it with cURL:
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i Samsung_Data_Migration_Setup
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 537k 0 --:--:-- 0:00:01 --:--:--
537k
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i '18.exe'
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 652k 0 --:--:-- --:--:-- --:--:--
652k
If I store it to a file from cURL, I can find it searching though
the file either.
What am I doing wrong?
Many thanks,
-T
Date: Fri, 19 Jan 2024 23:42:42 -0800
Hi All,
curl-8.2.1-4.fc39.x86_64
With Firefox:
view-source:https://semiconductor.samsung.com/consumer-storage/support/tools/
I find this line.
6219: <a
href="https://semiconductor.samsung.com/resources/software-resources/Samsung_Data_Migration_Setup_4.0.0.18.exe"
target="_blank" data-an-tr="hero banner" data-an-ca="outbound click"
data-an-ac="download file" data-an-la="data migration software">
But I can not find it with cURL:
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i Samsung_Data_Migration_Setup
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 537k 0 --:--:-- 0:00:01 --:--:--
537k
$ curl -L
https://semiconductor.samsung.com/consumer-storage/support/tools/ -o - |
grep -i '18.exe'
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 573k 0 573k 0 0 652k 0 --:--:-- --:--:-- --:--:--
652k
If I store it to a file from cURL, I can find it searching though
the file either.
What am I doing wrong?
Many thanks,
-T
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2024-01-20