Differences

This shows you the differences between the selected revisions of the page.

faq_fxp 2007-04-04 faq_fxp 2024-02-28 (current)
Line 1: Line 1:
-====== Can I transfer files between two remote servers with WinSCP ======+====== Can I transfer files between two remote servers with WinSCP? ======
-===== If you want to transfers files directly from one server to another ===== +===== [[via_local]] To transfer files between the two servers via local workstation ===== 
-You cannot. +See documentation to learn how to [[task_move_duplicate#duplicate|duplicate files between sessions]].
-SFTP protocol does not allow this at all.·+There is also an extension to [[extension_synchronize_another_server|synchronize files between servers]].
-With SCP protocol it may be theoretically possible. However it has many drawbacks. It would require not only huge changes in WinSCP, but also many extensive configuration changes on both servers to allow authenticate on the second server from the first one (note that it would not be possible to use password authetication). So practically it would not have any advantage for most users.+===== To transfer files directly from one server to another ===== 
 +This feature is not built into WinSCP, for reasons listed further down. Yet, there are ways to utilize some advanced features of WinSCP to achieve the task.
-For FTP protocol has an FXP extension that allows this, but it is not supported by WinSCP.+==== [[custom_command]] Pushing files with custom command ==== 
 +With the [[SFTP]] and [[SCP]] protocols, you can push the selected remote files to another server using the [[custom_commands#fxp|''scp'' custom command]]. 
 + 
 +==== Pulling files with remote command ==== 
 +With the %%SFTP%% and %%SCP%% protocols, you can use a suitable [[remote_command|remote command]] to download files to the remote server from another server. E.g.: 
 +<code> 
 +wget ftp://username:password@otherhost:/path/file ./ 
 +</code> 
 + 
 +==== Reasons why the feature is not built into ==== 
 +  * The [[SFTP]] protocol does not allow this. 
 +  * With the [[SCP]] protocol it may be theoretically possible. However it has many drawbacks. It would require not only major changes in WinSCP, but also many configuration changes on both servers to allow authentication on the second server from the first one (note that it would not be possible to use an interactive password authentication). See the [[custom_commands#fxp|scp custom command]] for details. So practically it would have advantage for advanced users only, who can use the "custom command" solution easily. 
 +  * The [[FTP]] protocol has an [[wp>File_eXchange_Protocol|FXP extension]] that allows this, but it is disabled on majority of FTP servers. [[bug>309]]
-===== If you want to transfers files between the two servers via local workstation ===== 
-Unfortunately WinSCP does not support this too well, but you may open two instances of WinSCP, connect to each of the servers and then use drag&drop between them. Note that you need to have disabled the [[dragext|drag&drop shell extension]] first. Files will be transfered thru your local computer, using the [[temp_folders|temporary folder]] of your workstation. 

Last modified: by martin