GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

wget & curl

Understanding how to make http requests of remote servers and inspecting or storing the content is essential to working with modern web APIs and applications. If you do not already know how to use wget and curl to inspect or retrieve files from remote http services, you should follow the material below to learn how to use these basic commands. Your mentor should be able to provide you a set of services to test and explore against.

Goals/Objectives/Outcomes

Reference Material

Measures of Success

Participant is comfortable using wget and curl to interact with remote http services