<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pgregg</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pgregg"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Pgregg"/>
	<updated>2026-06-02T14:39:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureCopy&amp;diff=6543</id>
		<title>SecureCopy</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureCopy&amp;diff=6543"/>
		<updated>2015-06-04T17:06:02Z</updated>

		<summary type="html">&lt;p&gt;Pgregg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Secure Copy (or [http://en.wikipedia.org/wiki/Secure_Shell SCP]) is a way of copying data between two computers using [[SSH]].&lt;br /&gt;
&lt;br /&gt;
==Using SCP==&lt;br /&gt;
The following commands work under Red Hat Enterprise Linux, Ubuntu Linux, and Mac OS X. &lt;br /&gt;
&lt;br /&gt;
This command, when run from a terminal, will copy the file &amp;quot;source_file.txt&amp;quot; from the local machine to a folder inside the user&#039;s OpenLab account and give it the name &amp;quot;target_file.txt&amp;quot;.&lt;br /&gt;
 wing:~ Ben$ scp source_file.txt bkirz@openlab.umiacs.umd.edu:target_file.txt&lt;br /&gt;
&lt;br /&gt;
This command, when run from a terminal, will copy the file &amp;quot;source_file.txt&amp;quot; from the user&#039;s OpenLab account into the current local directory and give it the name &amp;quot;target_file.txt&amp;quot;.&lt;br /&gt;
 wing:~ Ben$ scp bkirz@openlab.umiacs.umd.edu:source_file.txt target_file.txt&lt;br /&gt;
&lt;br /&gt;
Note how the syntax of scp is very similar to that of the UNIX command cp with the addition of a hostname and username.&lt;br /&gt;
&lt;br /&gt;
For UMIACS supported Windows hosts, a SCP client is already installed. For other hosts, you can download and install [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY], which will enable SSH and SCP access. &lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
* [http://www.openssh.org/ OpenSSH]&lt;br /&gt;
* [http://winscp.net WinSCP]&lt;/div&gt;</summary>
		<author><name>Pgregg</name></author>
	</entry>
</feed>