a month ago
How can i copy a dump file inside railway SSH to my local machine?
2 Replies
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
Status changed to Solved chandrika • 16 days ago