Terminal Tip Download Files CURL episode artwork

EPISODE · Jun 18, 2008 · 3 MIN

Terminal Tip Download Files CURL

from iTechster.com Video Tutorials · host Willy Vargas

Terminal Tip: Download Files CURL In this tutorial I will show you how to use Terminal to download files using the command [curl], also please note that I will also use [-LO] just after curl. Here is what -L does: -L follow link even is a redirect has been put in place. Here is what -O does: Tells curl to keep original file name from the server when it is download. If you would like to specify a location for your file to be downloaded to rather then have it saved to the user account folder then simply do this first in terminal. cd /Desktop So this way [cd] means Create Directory and [/Desktop] is where we want the file to be saved to once it is downloaded. Example 1: curl -LO http://www.Site Name/file.zip Example 2: cd ~/Desktop [hit return] then type curl -LO http://www.Site Name/file.zip

Episode metadata supplied by the publisher feed · Published Jun 18, 2008

Embed this episode

NOW PLAYING

Terminal Tip Download Files CURL

0:00 3:19

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

Frequently Asked Questions

How long is this episode of iTechster.com Video Tutorials?

This episode is 3 minutes long.

When was this iTechster.com Video Tutorials episode published?

This episode was published on June 18, 2008.

Can I download this iTechster.com Video Tutorials episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!