Re: Use WinSCP as a commander for for TWO remote directories
@martin: I voted for the feature, thanks.
rsync
as a custom command in WinSCP.
rsync -av --progress Films/Purchased/ 4TB/Films/Purchased/
It is not that easy to do. Maybe in sometime in future.
Edit 2021: See https://winscp.net/eng/docs/extension_synchronize_another_server
Why can't you have a button that basically just fires off a rsync or scp command line script that runs in a PuTTY console?
However, it does not use sftp, but another protocol with the acronym "fish". I'm sure this is significant, but not sure how or why.
fish://
is just a wrapper around an SSH shell connection.
Please read FAQ:
Can I transfer files between two remote servers with WinSCP?
I often have to move files from one remote system to another and in doing so I have to copy the files to a local directory before moving them to the other remove system. I would really, really love to see a version of WinSCP with support for two remote connections at the same time so files can be marked on one remote system and copied directly to the other remove directory.
cp
command manually of define custom command:
cp "!" "!?Target filename:?!"
X
to remote directory Y
, where X
and Y
are both on the same remote server.
cp dog.jpg ../someOtherDir