How copy a file from SSH?

pxtecnologia
PRO

a month ago

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

Solved$10 Bounty

2 Replies

pxtecnologia
PRO

a month ago

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


sim
FREETop 10% Contributor

a month 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.

a month ago

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


a month 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
PRO

a month ago

thank you all!


Status changed to Solved chandrika 16 days ago