Hey! If you’re stuck with download using curl, try `-k` to ignore SSL certificate errors. Sometimes servers have wonky certs, and this can help.
For renaming, `-o` is the move: `curl -o myfile.zip [URL]`.
Also, if you’re downloading multiple files, you can use `-O` with multiple URLs. Just list them one after the other.
For renaming, `-o` is the move: `curl -o myfile.zip [URL]`.
Also, if you’re downloading multiple files, you can use `-O` with multiple URLs. Just list them one after the other.
