I have a Strapi app hosted on digitalocean App Platform. I exported its data to a .tar file and want to download it to my local system, but Im not sure how to.
I tried using running SCP:
scp -r root@:/root/my-strapi-export.tar.gz Documents/export.tar.gz
ssh: connect to host port 22: Connection timed out
scp: Connection closed