Differences
This shows you the differences between the selected revisions of the page.
| 2015-01-29 | 2015-10-19 | ||
| non-interactive password authentication methods exist (martin) | no summary (182.65.103.64) (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 ==== | ||