On " curl -L https://get.cryosparc.com/download/worker-latest/$LICENSE_ID -o cryosparc_worker.tar.gz"

Dear All,

I have tried to download the cryoSPARC V3 cryosparc_worker.tar.gz for one week with " curl -L https://get.cryosparc.com/download/worker-latest/$LICENSE_ID -o cryosparc_worker.tar.gz" , and it always gave an error like “curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104”, thus the downloading has never completed.

I am looking forward to getting your advice on how to make the downloading of most recent version of “cryosparc_worker.tar.gz” succeed, including an alternative command from you like “wget” with detailed command content.

Best wishes,
Flemming

Hi @Flemming,

Can you try this command:

wget https://get.cryosparc.com/download/worker-latest/$LICENSE_ID

- Suhail