Curl VS Wget: What Even Is The Difference

preview_player
Показать описание
When you think of basic tools to grab data over a network on Linux 2 projects come to mind, curl and wget, but what even are the differences.

==========Support The Channel==========

==========Guest Links==========

=========Audio Release=========

=========Video Platforms==========

==========Social Media==========

DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase we may receive a small commission or other compensation.

#curl #wget #opensource #foss #linux

🎵 Intro Music
Aces High by Kevin MacLeod
Рекомендации по теме
Комментарии
Автор

My professional advice for when to use wget vs. when to use curl:

- when the command you're copy/pasting uses wget, use wget
- when the command you're copy/pasting uses curl, use curl

GSBarlev
Автор

I always wondered about the difference between curl and wget.

esra_erimez
Автор

wget is the high level tool, curl is the one to use from a script or pipeline.
Though lately I spell the latter "pypy3; import requests" as I don't need to consult a man page to use that.

capability-snob
Автор

I knew about wget for 10 years without even knowing about curl

laughingvampire
Автор

and that is why wget is superior to curl imho because that is how the web works, is hypermedia, you have to understand the basics of hypermedia, there is no point in making a program that does not understand it.

laughingvampire