Re: Transfer a file from a remote to another one

2018-08-03 Thread Andreas Schneider
On Thursday, 2 August 2018 17:33:23 CEST Tilo Eckert wrote: > Neither SCP nor SFTP have inherent support for (FXP-like) direct file > transfers between two remote hosts. You always have to SSH into one of > the boxes and initiate the transfer from the remote box by running the > necessary command.

Re: Transfer a file from a remote to another one

2018-08-02 Thread Tilo Eckert
Neither SCP nor SFTP have inherent support for (FXP-like) direct file transfers between two remote hosts. You always have to SSH into one of the boxes and initiate the transfer from the remote box by running the necessary command. scp nick0@x.x.x.x:file nick1@y.y.y.y:newfile is equivalent to ssh n

Transfer a file from a remote to another one

2018-08-02 Thread Ahmad Modaghegh
As mentioned in documentation (tuts), by using SCP and SFTP, It is possible to transfer a set of *LOCAL* file (or directories) through a secure SSH connection. But is it possible to transfer Files located on a public remote to another one? Let's say there is host (serving sshd): x.x.x.x:22 and