Download file to my computer using Git Bash?

11,079

You can find this answer at http://www.compciv.org/recipes/cli/downloading-with-curl/

If that website is active, please read the answer there in case I missed details. Otherwise:

Use the curl command and output a file to your current working directory.

curl http://some.url --output some.file

Share:
11,079
BrandonRG
Author by

BrandonRG

Updated on June 04, 2022

Comments

  • BrandonRG
    BrandonRG almost 2 years

    I make a SSH connection to my server.

    I need to download a zip file that is on AWS, but I do not know how can I do it. I do not know the necessary command and the sintaxis.

    By the way, I'm working on Windows 10 and I'll have to do it using Git Bash.

    Greetings