Changes

Jump to navigation Jump to search
Line 48: Line 48:  
Once the port forwarding has been set, files can be transferred between the two endpoints. To transfer a file from a local machine to stats:
 
Once the port forwarding has been set, files can be transferred between the two endpoints. To transfer a file from a local machine to stats:
 
<pre>
 
<pre>
 +
Terminal 2:
 
scp -P 9999 /path/to/local/file.txt <stats username>@localhost:/path/to/stats/file.txt
 
scp -P 9999 /path/to/local/file.txt <stats username>@localhost:/path/to/stats/file.txt
 
</pre>
 
</pre>
Line 53: Line 54:  
To transfer from stats to a local machine:
 
To transfer from stats to a local machine:
 
<pre>
 
<pre>
 +
Terminal 2:
 
scp -P 9999 <stats username>@localhost:/path/to/stats/file.txt /path/to/local/file.txt
 
scp -P 9999 <stats username>@localhost:/path/to/stats/file.txt /path/to/local/file.txt
 
</pre>
 
</pre>
191

edits

Navigation menu