User Tools

Site Tools


wiki:example_syntax_for_secure_copy_scp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:example_syntax_for_secure_copy_scp [2017/03/10 10:50] walkeradminwiki:example_syntax_for_secure_copy_scp [2017/03/10 10:51] walkeradmin
Line 17: Line 17:
  
 $ scp your_username@remotehost.edu:foobar.txt /some/local/directory $ scp your_username@remotehost.edu:foobar.txt /some/local/directory
-<sxh>+</sxh>
 \\  \\ 
 <sxh [txt][; options for SyntaxHighlighter]> <sxh [txt][; options for SyntaxHighlighter]>
Line 23: Line 23:
  
 $ scp foobar.txt your_username@remotehost.edu:/some/remote/directory $ scp foobar.txt your_username@remotehost.edu:/some/remote/directory
-<sxh>+</sxh>
 \\  \\ 
 <sxh [txt][; options for SyntaxHighlighter]> <sxh [txt][; options for SyntaxHighlighter]>
Line 29: Line 29:
  
 $ scp -r foo your_username@remotehost.edu:/some/remote/directory/bar $ scp -r foo your_username@remotehost.edu:/some/remote/directory/bar
-<sxh>+</sxh>
 \\  \\ 
 <sxh [txt][; options for SyntaxHighlighter]> <sxh [txt][; options for SyntaxHighlighter]>
Line 36: Line 36:
 $ scp your_username@rh1.edu:/some/remote/directory/foobar.txt \ $ scp your_username@rh1.edu:/some/remote/directory/foobar.txt \
 your_username@rh2.edu:/some/remote/directory/ your_username@rh2.edu:/some/remote/directory/
-<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:/some/remote/directory $ scp -P 2264 foobar.txt your_username@remotehost.edu:/some/remote/directory
-<sxh>+</sxh>
 \\  \\ 
 <sxh [txt][; options for SyntaxHighlighter]> <sxh [txt][; options for SyntaxHighlighter]>
Line 55: Line 55:
 $ scp your_username@remotehost.edu:/some/remote/directory/\{a,b,c\} . $ scp your_username@remotehost.edu:/some/remote/directory/\{a,b,c\} .
 $ scp your_username@remotehost.edu:~/\{foo.txt,bar.txt\} . $ scp your_username@remotehost.edu:~/\{foo.txt,bar.txt\} .
-scp Performance+</sxh> 
 +\\  
 +\\ 
  
 +----
 +==== 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.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1