in reply to how to ftp files from a remote server 1 to server 2?

This sounds like you'd be interested in a special FTP usage called FXP.

However, since this is prone to vulnerabilities, it is highly probable that the admins of server2 and server3 disabled it (or, depending on server system, didn't explicitly enable it).
If they are fine with it (e.g. because it's an internal network), it should be possible to do it with $ftp->pasv and $ftp->port commands.

Replies are listed 'Best First'.
Re^2: how to ftp files from a remote server 1 to server 2?
by kpofcochin (Initiate) on Jun 30, 2015 at 06:39 UTC
    thank you. let me try these