Re: How to transfer file from one server to other server using command prompt?
That article is about WinSCP GUI.
If you want to automate moving files (transferring – to be exact) between two remote servers from a local machine, then you need to run an appropriate command (like
If you want to automate moving files (transferring – to be exact) between two remote servers from a local machine, then you need to run an appropriate command (like
scp
/sftp
/wget
) on one of the servers. That's not really task for WinSCP. You can do it using the call
command. But that's an overkill, if you do not use WinSCP for anything else. An ssh
or plink
are more appropriate tools for executing a command on a remote server.