O
O
olezhenka2019-04-21 23:33:34
SSH
olezhenka, 2019-04-21 23:33:34

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

2 answer(s)
I
Ivan Shumov, 2019-04-21
@inoise

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)

A
Alexander, 2019-04-22
@NeiroNx

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 question

Ask a Question

731 491 924 answers to any question