Differences
This shows you the differences between the selected revisions of the page.
2015-10-19 | 2015-10-19 | ||
no summary (182.65.103.64) (hidden) | Restored revision 1422534018. Undoing revision 1445231653. (Petr) (hidden) | ||
Line 11: | Line 11: | ||
==== Pulling files with remote command ==== | ==== Pulling files with remote command ==== | ||
- | With SFTP and SCP protocols, you can use suitable [[remote_command|remote command]] to download files to the remote server from another server. E.g | + | With SFTP and SCP protocols, you can use 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 ==== | ==== Reasons why the feature is not built into ==== |