Answer the question
In order to leave comments, you need to log in
How to copy files in any way to your computer via ssh?
I don't have ssh and ftp access to the site. Only the console on the hosting site works, I want to export files and transfer them to another hosting for a while, since this one is not available.
How can I do this with ssh access only?
Answer the question
In order to leave comments, you need to log in
If ssh does not work for you, then maybe just configure it? Apparently you have KVM. And if you fix ssh, then you can use scp.
In extreme cases - pack all the files into an archive and download it via http)
You archive the directory, you raise ftp on your computer or hosting. Upload via ftp.
And if there is no Internet, then you write a program in python and output files in base64 to this console, saving the input stream with another program. Then it will have to be parsed and get the files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question