How to download files from my instance

Apologies in advance if this question seems stupid to someone, I am a beginner. Can someone please let me know how do I download a file from my instance? I need to download an sqlite file which is on the disk of my instance. Any sh command?

Thank you in advance

Hi @Harsimran_Singh,

Thank you for writing on community.

Unfortunately, it is not possible out of the box. You can generally set up AWS S3 or a similar cloud storage service.
If you need to download a file only once, you could post the file to another location using curl, remote ssh or expose the file in the server.