How copy a file from SSH?
pxtecnologia
PROOP

8 months ago

How can i copy a dump file inside railway SSH to my local machine?

Solved$10 Bounty

5 Replies

pxtecnologia
PROOP

8 months ago

6f1d26dd-c104-43d6-8f3d-2f6bc6f9042c


sim
FREE

8 months ago

Typically, you should be able to connect using an SFTP client on a machine that supports SSH and be able to transfer files. I have not tested this myself so someone can correct me if I am wrong.


sim

Typically, you should be able to connect using an SFTP client on a machine that supports SSH and be able to transfer files. I have not tested this myself so someone can correct me if I am wrong.

8 months ago

Our implementation of a remote shell does not support sFTP or SCP.


8 months ago

I see three options:

  • Connect your volume to a file explorer service

  • SSH into your container and use CURL to upload your file somewhere else

  • Create a temporary secured endpoint on your web service that serves that specific file


pxtecnologia
PROOP

8 months ago

thank you all!


Status changed to Solved chandrika 8 months ago


Loading...