M
M
Mansur052016-08-17 13:21:09
SSH
Mansur05, 2016-08-17 13:21:09

How to transfer files from one server to another?

You need to transfer files from one server to another via ftp / ssh directly. Not through me.
How to implement it?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Aitkulov, 2016-08-17
@Mansur05

you archive the project on one server, on the second you log in via ssh, then scp will help

S
Sanes, 2016-08-17
@Sanes

Rsync

A
Alexey, 2016-08-17
@alsopub

Well, purely as an option, you can use FTP directly between servers - https://codeby.net/programmy-dlja-servera/peredach...
But better, of course, tar + gzip, and direct copying via ssh - scp.

C
CityCat4, 2016-08-17
@CityCat4

On the first server: tar
cjvf archive.tar.bz2 <what-to-archive>
sftp <second-server-user>@<second-server-name>
put archive.tar.bz2
and .bz2 do not attribute

V
Viktor Taran, 2016-08-18
@shambler81

if everything is bad, go to mc
, connect there through the ssh or ftp menu and that's it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question