Tag Archives: curl download

Download a file / folder using mac terminal and curl

Simply use the following command: curl -O http://www.yoursite.com/backup/mybackup.tar.gz Will simply download the file to your local machine and your current location. To change the current …

View more

Tagged: 1 Comment