Use Curl to check if a remote resource is available

curl -o /dev/null --silent -Iw "%{http\_code}" https://example.com/my.remote.tarball.gz
Comments