Differences
This shows you the differences between the selected revisions of the page.
2013-03-18 | 2013-03-18 | ||
no summary (69.54.193.250) (hidden) | Restored revision 1349434356. Undoing revision 1363638341. (martin) (hidden) | ||
Line 107: | Line 107: | ||
Use following remote custom command to transfer selected remote files to an another server: | Use following remote custom command to transfer selected remote files to an another server: | ||
- | scp -p -r !& !?administrator:?!@!?172.60.50.26:?!:!?M:\CDRs\SBC\Pending:?! | + | scp -p -r !& !?Username:?!@!?Host:?!:!?Destination path:?! |
You may want to hard-code the //Username// and //Host//, if you work with one destination server only. Or you can use a single prompt for both (possibly even for //Destination Path//) to keep the flexibility, yet to reduce number of prompts: | You may want to hard-code the //Username// and //Host//, if you work with one destination server only. Or you can use a single prompt for both (possibly even for //Destination Path//) to keep the flexibility, yet to reduce number of prompts: | ||
- | scp -p -r !& !?telnetworldwide@216.14.225.59:?!:!?/telnetworldwide/incoming/sbc:?! | + | scp -p -r !& !?Username@Host:?!:!?Destination path:?! |
Note that you need to ensure you can connect and authenticate to the destination server without any prompts: | Note that you need to ensure you can connect and authenticate to the destination server without any prompts: | ||
* Connect at least once from an interactive terminal (such as [[&url(putty)|PuTTY SSH client]]) to verify the destination server host key. | * Connect at least once from an interactive terminal (such as [[&url(putty)|PuTTY SSH client]]) to verify the destination server host key. | ||
* Use for example [[ui_login_authentication#forwarding|Agent forwarding]] to forward your private key to the destination server for authentication. | * Use for example [[ui_login_authentication#forwarding|Agent forwarding]] to forward your private key to the destination server for authentication. | ||
+ |