How to download file from DigitalOcean App platform to local system?

41 Views Asked by At

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

0

There are 0 best solutions below