wiki:example_syntax_for_secure_copy_scp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:example_syntax_for_secure_copy_scp [2017/03/10 10:50] – walkeradmin | wiki:example_syntax_for_secure_copy_scp [2017/03/10 10:51] (current) – walkeradmin | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| $ scp your_username@remotehost.edu: | $ scp your_username@remotehost.edu: | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 23: | Line 23: | ||
| $ scp foobar.txt your_username@remotehost.edu:/ | $ scp foobar.txt your_username@remotehost.edu:/ | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 29: | Line 29: | ||
| $ scp -r foo your_username@remotehost.edu:/ | $ scp -r foo your_username@remotehost.edu:/ | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 36: | Line 36: | ||
| $ scp your_username@rh1.edu:/ | $ scp your_username@rh1.edu:/ | ||
| your_username@rh2.edu:/ | your_username@rh2.edu:/ | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 42: | Line 42: | ||
| $ scp foo.txt bar.txt your_username@remotehost.edu: | $ scp foo.txt bar.txt your_username@remotehost.edu: | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 48: | Line 48: | ||
| $ scp -P 2264 foobar.txt your_username@remotehost.edu:/ | $ scp -P 2264 foobar.txt your_username@remotehost.edu:/ | ||
| - | <sxh> | + | </sxh> |
| \\ | \\ | ||
| <sxh [txt][; options for SyntaxHighlighter]> | <sxh [txt][; options for SyntaxHighlighter]> | ||
| Line 55: | Line 55: | ||
| $ scp your_username@remotehost.edu:/ | $ scp your_username@remotehost.edu:/ | ||
| $ scp your_username@remotehost.edu: | $ scp your_username@remotehost.edu: | ||
| - | scp Performance | + | </ |
| + | \\ | ||
| + | \\ | ||
| + | ---- | ||
| + | ==== scp Performance ==== | ||
| + | \\ | ||
| + | \\ | ||
| By default scp uses the Triple-DES cipher to encrypt the data being sent. Using the Blowfish cipher has been shown to increase speed. This can be done by using option -c blowfish in the command line. | By default scp uses the Triple-DES cipher to encrypt the data being sent. Using the Blowfish cipher has been shown to increase speed. This can be done by using option -c blowfish in the command line. | ||
wiki/example_syntax_for_secure_copy_scp.1489143026.txt.gz · Last modified: (external edit)
